Package | Description |
---|---|
com.google.api.services.docs.v1.model |
Modifier and Type | Method and Description |
---|---|
EndOfSegmentLocation |
EndOfSegmentLocation.clone() |
EndOfSegmentLocation |
InsertInlineImageRequest.getEndOfSegmentLocation()
Inserts the text at the end of a header, footer or the document body.
|
EndOfSegmentLocation |
InsertTextRequest.getEndOfSegmentLocation()
Inserts the text at the end of a header, footer, footnote or the document body.
|
EndOfSegmentLocation |
CreateFootnoteRequest.getEndOfSegmentLocation()
Inserts the footnote reference at the end of the document body.
|
EndOfSegmentLocation |
InsertSectionBreakRequest.getEndOfSegmentLocation()
Inserts a newline and a section break at the end of the document body.
|
EndOfSegmentLocation |
InsertPageBreakRequest.getEndOfSegmentLocation()
Inserts the page break at the end of the document body.
|
EndOfSegmentLocation |
InsertTableRequest.getEndOfSegmentLocation()
Inserts the table at the end of the given header, footer or document body.
|
EndOfSegmentLocation |
EndOfSegmentLocation.set(String fieldName,
Object value) |
EndOfSegmentLocation |
EndOfSegmentLocation.setSegmentId(String segmentId)
The ID of the header, footer or footnote the location is in.
|
Modifier and Type | Method and Description |
---|---|
InsertInlineImageRequest |
InsertInlineImageRequest.setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the text at the end of a header, footer or the document body.
|
InsertTextRequest |
InsertTextRequest.setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the text at the end of a header, footer, footnote or the document body.
|
CreateFootnoteRequest |
CreateFootnoteRequest.setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the footnote reference at the end of the document body.
|
InsertSectionBreakRequest |
InsertSectionBreakRequest.setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts a newline and a section break at the end of the document body.
|
InsertPageBreakRequest |
InsertPageBreakRequest.setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the page break at the end of the document body.
|
InsertTableRequest |
InsertTableRequest.setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the table at the end of the given header, footer or document body.
|
Copyright © 2011–2023 Google. All rights reserved.