Package | Description |
---|---|
com.google.api.services.docs.v1.model |
Modifier and Type | Method and Description |
---|---|
DocumentTab |
DocumentTab.clone() |
DocumentTab |
Tab.getDocumentTab()
A tab with document contents, like text and images.
|
DocumentTab |
DocumentTab.set(String fieldName,
Object value) |
DocumentTab |
DocumentTab.setBody(Body body)
The main body of the document tab.
|
DocumentTab |
DocumentTab.setDocumentStyle(DocumentStyle documentStyle)
The style of the document tab.
|
DocumentTab |
DocumentTab.setFooters(Map<String,Footer> footers)
The footers in the document tab, keyed by footer ID.
|
DocumentTab |
DocumentTab.setFootnotes(Map<String,Footnote> footnotes)
The footnotes in the document tab, keyed by footnote ID.
|
DocumentTab |
DocumentTab.setHeaders(Map<String,Header> headers)
The headers in the document tab, keyed by header ID.
|
DocumentTab |
DocumentTab.setInlineObjects(Map<String,InlineObject> inlineObjects)
The inline objects in the document tab, keyed by object ID.
|
DocumentTab |
DocumentTab.setLists(Map<String,List> lists)
The lists in the document tab, keyed by list ID.
|
DocumentTab |
DocumentTab.setNamedRanges(Map<String,NamedRanges> namedRanges)
The named ranges in the document tab, keyed by name.
|
DocumentTab |
DocumentTab.setNamedStyles(NamedStyles namedStyles)
The named styles of the document tab.
|
DocumentTab |
DocumentTab.setPositionedObjects(Map<String,PositionedObject> positionedObjects)
The positioned objects in the document tab, keyed by object ID.
|
DocumentTab |
DocumentTab.setSuggestedDocumentStyleChanges(Map<String,SuggestedDocumentStyle> suggestedDocumentStyleChanges)
The suggested changes to the style of the document tab, keyed by suggestion ID.
|
DocumentTab |
DocumentTab.setSuggestedNamedStylesChanges(Map<String,SuggestedNamedStyles> suggestedNamedStylesChanges)
The suggested changes to the named styles of the document tab, keyed by suggestion ID.
|
Modifier and Type | Method and Description |
---|---|
Tab |
Tab.setDocumentTab(DocumentTab documentTab)
A tab with document contents, like text and images.
|
Copyright © 2011–2025 Google. All rights reserved.