Package | Description |
---|---|
com.google.api.services.docs.v1.model |
Modifier and Type | Method and Description |
---|---|
DocumentStyle |
DocumentStyle.clone() |
DocumentStyle |
UpdateDocumentStyleRequest.getDocumentStyle()
The styles to set on the document.
|
DocumentStyle |
Document.getDocumentStyle()
Output only.
|
DocumentStyle |
SuggestedDocumentStyle.getDocumentStyle()
A DocumentStyle that only includes the changes made in this suggestion.
|
DocumentStyle |
DocumentTab.getDocumentStyle()
The style of the document tab.
|
DocumentStyle |
DocumentStyle.set(String fieldName,
Object value) |
DocumentStyle |
DocumentStyle.setBackground(Background background)
The background of the document.
|
DocumentStyle |
DocumentStyle.setDefaultFooterId(String defaultFooterId)
The ID of the default footer.
|
DocumentStyle |
DocumentStyle.setDefaultHeaderId(String defaultHeaderId)
The ID of the default header.
|
DocumentStyle |
DocumentStyle.setEvenPageFooterId(String evenPageFooterId)
The ID of the footer used only for even pages.
|
DocumentStyle |
DocumentStyle.setEvenPageHeaderId(String evenPageHeaderId)
The ID of the header used only for even pages.
|
DocumentStyle |
DocumentStyle.setFirstPageFooterId(String firstPageFooterId)
The ID of the footer used only for the first page.
|
DocumentStyle |
DocumentStyle.setFirstPageHeaderId(String firstPageHeaderId)
The ID of the header used only for the first page.
|
DocumentStyle |
DocumentStyle.setFlipPageOrientation(Boolean flipPageOrientation)
Optional.
|
DocumentStyle |
DocumentStyle.setMarginBottom(Dimension marginBottom)
The bottom page margin.
|
DocumentStyle |
DocumentStyle.setMarginFooter(Dimension marginFooter)
The amount of space between the bottom of the page and the contents of the footer.
|
DocumentStyle |
DocumentStyle.setMarginHeader(Dimension marginHeader)
The amount of space between the top of the page and the contents of the header.
|
DocumentStyle |
DocumentStyle.setMarginLeft(Dimension marginLeft)
The left page margin.
|
DocumentStyle |
DocumentStyle.setMarginRight(Dimension marginRight)
The right page margin.
|
DocumentStyle |
DocumentStyle.setMarginTop(Dimension marginTop)
The top page margin.
|
DocumentStyle |
DocumentStyle.setPageNumberStart(Integer pageNumberStart)
The page number from which to start counting the number of pages.
|
DocumentStyle |
DocumentStyle.setPageSize(Size pageSize)
The size of a page in the document.
|
DocumentStyle |
DocumentStyle.setUseCustomHeaderFooterMargins(Boolean useCustomHeaderFooterMargins)
Indicates whether DocumentStyle margin_header, SectionStyle margin_header and DocumentStyle
margin_footer, SectionStyle margin_footer are respected.
|
DocumentStyle |
DocumentStyle.setUseEvenPageHeaderFooter(Boolean useEvenPageHeaderFooter)
Indicates whether to use the even page header / footer IDs for the even pages.
|
DocumentStyle |
DocumentStyle.setUseFirstPageHeaderFooter(Boolean useFirstPageHeaderFooter)
Indicates whether to use the first page header / footer IDs for the first page.
|
Modifier and Type | Method and Description |
---|---|
UpdateDocumentStyleRequest |
UpdateDocumentStyleRequest.setDocumentStyle(DocumentStyle documentStyle)
The styles to set on the document.
|
Document |
Document.setDocumentStyle(DocumentStyle documentStyle)
Output only.
|
SuggestedDocumentStyle |
SuggestedDocumentStyle.setDocumentStyle(DocumentStyle documentStyle)
A DocumentStyle that only includes the changes made in this suggestion.
|
DocumentTab |
DocumentTab.setDocumentStyle(DocumentStyle documentStyle)
The style of the document tab.
|
Copyright © 2011–2025 Google. All rights reserved.