| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Footnote |
Footnote.clone() |
Footnote |
Footnote.set(String fieldName,
Object value) |
Footnote |
Footnote.setContent(List<StructuralElement> content)
The contents of the footnote.
|
Footnote |
Footnote.setFootnoteId(String footnoteId)
The ID of the footnote.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Footnote> |
DocumentTab.getFootnotes()
The footnotes in the document tab, keyed by footnote ID.
|
Map<String,Footnote> |
Document.getFootnotes()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentTab |
DocumentTab.setFootnotes(Map<String,Footnote> footnotes)
The footnotes in the document tab, keyed by footnote ID.
|
Document |
Document.setFootnotes(Map<String,Footnote> footnotes)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.