Package | Description |
---|---|
com.google.api.services.docs.v1.model |
Modifier and Type | Method and Description |
---|---|
NamedStyleSuggestionState |
NamedStyleSuggestionState.clone() |
NamedStyleSuggestionState |
NamedStyleSuggestionState.set(String fieldName,
Object value) |
NamedStyleSuggestionState |
NamedStyleSuggestionState.setNamedStyleType(String namedStyleType)
The named style type that this suggestion state corresponds to.
|
NamedStyleSuggestionState |
NamedStyleSuggestionState.setParagraphStyleSuggestionState(ParagraphStyleSuggestionState paragraphStyleSuggestionState)
A mask that indicates which of the fields in paragraph style have been changed in this
suggestion.
|
NamedStyleSuggestionState |
NamedStyleSuggestionState.setTextStyleSuggestionState(TextStyleSuggestionState textStyleSuggestionState)
A mask that indicates which of the fields in text style have been changed in this suggestion.
|
Modifier and Type | Method and Description |
---|---|
List<NamedStyleSuggestionState> |
NamedStylesSuggestionState.getStylesSuggestionStates()
A mask that indicates which of the fields on the corresponding NamedStyle in styles have been
changed in this suggestion.
|
Modifier and Type | Method and Description |
---|---|
NamedStylesSuggestionState |
NamedStylesSuggestionState.setStylesSuggestionStates(List<NamedStyleSuggestionState> stylesSuggestionStates)
A mask that indicates which of the fields on the corresponding NamedStyle in styles have been
changed in this suggestion.
|
Copyright © 2011–2023 Google. All rights reserved.