| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
TabProperties |
TabProperties.clone() |
TabProperties |
Tab.getTabProperties()
The properties of the tab, like ID and title.
|
TabProperties |
AddDocumentTabRequest.getTabProperties()
The properties of the tab to add.
|
TabProperties |
AddDocumentTabResponse.getTabProperties()
The properties of the newly added tab.
|
TabProperties |
UpdateDocumentTabPropertiesRequest.getTabProperties()
The tab properties to update.
|
TabProperties |
TabProperties.set(String fieldName,
Object value) |
TabProperties |
TabProperties.setIconEmoji(String iconEmoji)
Optional.
|
TabProperties |
TabProperties.setIndex(Integer index)
The zero-based index of the tab within the parent.
|
TabProperties |
TabProperties.setNestingLevel(Integer nestingLevel)
Output only.
|
TabProperties |
TabProperties.setParentTabId(String parentTabId)
Optional.
|
TabProperties |
TabProperties.setTabId(String tabId)
The immutable ID of the tab.
|
TabProperties |
TabProperties.setTitle(String title)
The user-visible name of the tab.
|
| Modifier and Type | Method and Description |
|---|---|
Tab |
Tab.setTabProperties(TabProperties tabProperties)
The properties of the tab, like ID and title.
|
AddDocumentTabRequest |
AddDocumentTabRequest.setTabProperties(TabProperties tabProperties)
The properties of the tab to add.
|
AddDocumentTabResponse |
AddDocumentTabResponse.setTabProperties(TabProperties tabProperties)
The properties of the newly added tab.
|
UpdateDocumentTabPropertiesRequest |
UpdateDocumentTabPropertiesRequest.setTabProperties(TabProperties tabProperties)
The tab properties to update.
|
Copyright © 2011–2026 Google. All rights reserved.