public final class DocumentTab
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Docs API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DocumentTab() |
| Modifier and Type | Method and Description |
|---|---|
DocumentTab |
clone() |
Body |
getBody()
The main body of the document tab.
|
DocumentStyle |
getDocumentStyle()
The style of the document tab.
|
Map<String,Footer> |
getFooters()
The footers in the document tab, keyed by footer ID.
|
Map<String,Footnote> |
getFootnotes()
The footnotes in the document tab, keyed by footnote ID.
|
Map<String,Header> |
getHeaders()
The headers in the document tab, keyed by header ID.
|
Map<String,InlineObject> |
getInlineObjects()
The inline objects in the document tab, keyed by object ID.
|
Map<String,List> |
getLists()
The lists in the document tab, keyed by list ID.
|
Map<String,NamedRanges> |
getNamedRanges()
The named ranges in the document tab, keyed by name.
|
NamedStyles |
getNamedStyles()
The named styles of the document tab.
|
Map<String,PositionedObject> |
getPositionedObjects()
The positioned objects in the document tab, keyed by object ID.
|
Map<String,SuggestedDocumentStyle> |
getSuggestedDocumentStyleChanges()
The suggested changes to the style of the document tab, keyed by suggestion ID.
|
Map<String,SuggestedNamedStyles> |
getSuggestedNamedStylesChanges()
The suggested changes to the named styles of the document tab, keyed by suggestion ID.
|
DocumentTab |
set(String fieldName,
Object value) |
DocumentTab |
setBody(Body body)
The main body of the document tab.
|
DocumentTab |
setDocumentStyle(DocumentStyle documentStyle)
The style of the document tab.
|
DocumentTab |
setFooters(Map<String,Footer> footers)
The footers in the document tab, keyed by footer ID.
|
DocumentTab |
setFootnotes(Map<String,Footnote> footnotes)
The footnotes in the document tab, keyed by footnote ID.
|
DocumentTab |
setHeaders(Map<String,Header> headers)
The headers in the document tab, keyed by header ID.
|
DocumentTab |
setInlineObjects(Map<String,InlineObject> inlineObjects)
The inline objects in the document tab, keyed by object ID.
|
DocumentTab |
setLists(Map<String,List> lists)
The lists in the document tab, keyed by list ID.
|
DocumentTab |
setNamedRanges(Map<String,NamedRanges> namedRanges)
The named ranges in the document tab, keyed by name.
|
DocumentTab |
setNamedStyles(NamedStyles namedStyles)
The named styles of the document tab.
|
DocumentTab |
setPositionedObjects(Map<String,PositionedObject> positionedObjects)
The positioned objects in the document tab, keyed by object ID.
|
DocumentTab |
setSuggestedDocumentStyleChanges(Map<String,SuggestedDocumentStyle> suggestedDocumentStyleChanges)
The suggested changes to the style of the document tab, keyed by suggestion ID.
|
DocumentTab |
setSuggestedNamedStylesChanges(Map<String,SuggestedNamedStyles> suggestedNamedStylesChanges)
The suggested changes to the named styles of the document tab, keyed by suggestion ID.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Body getBody()
null for nonepublic DocumentTab setBody(Body body)
body - body or null for nonepublic DocumentStyle getDocumentStyle()
null for nonepublic DocumentTab setDocumentStyle(DocumentStyle documentStyle)
documentStyle - documentStyle or null for nonepublic Map<String,Footer> getFooters()
null for nonepublic DocumentTab setFooters(Map<String,Footer> footers)
footers - footers or null for nonepublic Map<String,Footnote> getFootnotes()
null for nonepublic DocumentTab setFootnotes(Map<String,Footnote> footnotes)
footnotes - footnotes or null for nonepublic Map<String,Header> getHeaders()
null for nonepublic DocumentTab setHeaders(Map<String,Header> headers)
headers - headers or null for nonepublic Map<String,InlineObject> getInlineObjects()
null for nonepublic DocumentTab setInlineObjects(Map<String,InlineObject> inlineObjects)
inlineObjects - inlineObjects or null for nonepublic Map<String,List> getLists()
null for nonepublic DocumentTab setLists(Map<String,List> lists)
lists - lists or null for nonepublic Map<String,NamedRanges> getNamedRanges()
null for nonepublic DocumentTab setNamedRanges(Map<String,NamedRanges> namedRanges)
namedRanges - namedRanges or null for nonepublic NamedStyles getNamedStyles()
null for nonepublic DocumentTab setNamedStyles(NamedStyles namedStyles)
namedStyles - namedStyles or null for nonepublic Map<String,PositionedObject> getPositionedObjects()
null for nonepublic DocumentTab setPositionedObjects(Map<String,PositionedObject> positionedObjects)
positionedObjects - positionedObjects or null for nonepublic Map<String,SuggestedDocumentStyle> getSuggestedDocumentStyleChanges()
null for nonepublic DocumentTab setSuggestedDocumentStyleChanges(Map<String,SuggestedDocumentStyle> suggestedDocumentStyleChanges)
suggestedDocumentStyleChanges - suggestedDocumentStyleChanges or null for nonepublic Map<String,SuggestedNamedStyles> getSuggestedNamedStylesChanges()
null for nonepublic DocumentTab setSuggestedNamedStylesChanges(Map<String,SuggestedNamedStyles> suggestedNamedStylesChanges)
suggestedNamedStylesChanges - suggestedNamedStylesChanges or null for nonepublic DocumentTab set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DocumentTab clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.