| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SuggestedDocumentStyle |
SuggestedDocumentStyle.clone() |
SuggestedDocumentStyle |
SuggestedDocumentStyle.set(String fieldName,
Object value) |
SuggestedDocumentStyle |
SuggestedDocumentStyle.setDocumentStyle(DocumentStyle documentStyle)
A DocumentStyle that only includes the changes made in this suggestion.
|
SuggestedDocumentStyle |
SuggestedDocumentStyle.setDocumentStyleSuggestionState(DocumentStyleSuggestionState documentStyleSuggestionState)
A mask that indicates which of the fields on the base DocumentStyle have been changed in this
suggestion.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SuggestedDocumentStyle> |
DocumentTab.getSuggestedDocumentStyleChanges()
The suggested changes to the style of the document tab, keyed by suggestion ID.
|
Map<String,SuggestedDocumentStyle> |
Document.getSuggestedDocumentStyleChanges()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentTab |
DocumentTab.setSuggestedDocumentStyleChanges(Map<String,SuggestedDocumentStyle> suggestedDocumentStyleChanges)
The suggested changes to the style of the document tab, keyed by suggestion ID.
|
Document |
Document.setSuggestedDocumentStyleChanges(Map<String,SuggestedDocumentStyle> suggestedDocumentStyleChanges)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.