Package | Description |
---|---|
com.google.api.services.docs.v1.model |
Modifier and Type | Method and Description |
---|---|
Tab |
Tab.clone() |
Tab |
Tab.set(String fieldName,
Object value) |
Tab |
Tab.setChildTabs(List<Tab> childTabs)
The child tabs nested within this tab.
|
Tab |
Tab.setDocumentTab(DocumentTab documentTab)
A tab with document contents, like text and images.
|
Tab |
Tab.setTabProperties(TabProperties tabProperties)
The properties of the tab, like ID and title.
|
Modifier and Type | Method and Description |
---|---|
List<Tab> |
Tab.getChildTabs()
The child tabs nested within this tab.
|
List<Tab> |
Document.getTabs()
Tabs that are part of a document.
|
Modifier and Type | Method and Description |
---|---|
Tab |
Tab.setChildTabs(List<Tab> childTabs)
The child tabs nested within this tab.
|
Document |
Document.setTabs(List<Tab> tabs)
Tabs that are part of a document.
|
Copyright © 2011–2025 Google. All rights reserved.