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 |
TabProperties.set(String fieldName,
Object value) |
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)
Output only.
|
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.
|
Copyright © 2011–2025 Google. All rights reserved.