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> |
Document.getFootnotes()
Output only.
|
Map<String,Footnote> |
DocumentTab.getFootnotes()
The footnotes in the document tab, keyed by footnote ID.
|
Modifier and Type | Method and Description |
---|---|
Document |
Document.setFootnotes(Map<String,Footnote> footnotes)
Output only.
|
DocumentTab |
DocumentTab.setFootnotes(Map<String,Footnote> footnotes)
The footnotes in the document tab, keyed by footnote ID.
|
Copyright © 2011–2025 Google. All rights reserved.