public final class TextStyleSuggestionState
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Docs API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TextStyleSuggestionState() |
| Modifier and Type | Method and Description |
|---|---|
TextStyleSuggestionState |
clone() |
Boolean |
getBackgroundColorSuggested()
Indicates if there was a suggested change to background_color.
|
Boolean |
getBaselineOffsetSuggested()
Indicates if there was a suggested change to baseline_offset.
|
Boolean |
getBoldSuggested()
Indicates if there was a suggested change to bold.
|
Boolean |
getFontSizeSuggested()
Indicates if there was a suggested change to font_size.
|
Boolean |
getForegroundColorSuggested()
Indicates if there was a suggested change to foreground_color.
|
Boolean |
getItalicSuggested()
Indicates if there was a suggested change to italic.
|
Boolean |
getLinkSuggested()
Indicates if there was a suggested change to link.
|
Boolean |
getSmallCapsSuggested()
Indicates if there was a suggested change to small_caps.
|
Boolean |
getStrikethroughSuggested()
Indicates if there was a suggested change to strikethrough.
|
Boolean |
getUnderlineSuggested()
Indicates if there was a suggested change to underline.
|
Boolean |
getWeightedFontFamilySuggested()
Indicates if there was a suggested change to weighted_font_family.
|
TextStyleSuggestionState |
set(String fieldName,
Object value) |
TextStyleSuggestionState |
setBackgroundColorSuggested(Boolean backgroundColorSuggested)
Indicates if there was a suggested change to background_color.
|
TextStyleSuggestionState |
setBaselineOffsetSuggested(Boolean baselineOffsetSuggested)
Indicates if there was a suggested change to baseline_offset.
|
TextStyleSuggestionState |
setBoldSuggested(Boolean boldSuggested)
Indicates if there was a suggested change to bold.
|
TextStyleSuggestionState |
setFontSizeSuggested(Boolean fontSizeSuggested)
Indicates if there was a suggested change to font_size.
|
TextStyleSuggestionState |
setForegroundColorSuggested(Boolean foregroundColorSuggested)
Indicates if there was a suggested change to foreground_color.
|
TextStyleSuggestionState |
setItalicSuggested(Boolean italicSuggested)
Indicates if there was a suggested change to italic.
|
TextStyleSuggestionState |
setLinkSuggested(Boolean linkSuggested)
Indicates if there was a suggested change to link.
|
TextStyleSuggestionState |
setSmallCapsSuggested(Boolean smallCapsSuggested)
Indicates if there was a suggested change to small_caps.
|
TextStyleSuggestionState |
setStrikethroughSuggested(Boolean strikethroughSuggested)
Indicates if there was a suggested change to strikethrough.
|
TextStyleSuggestionState |
setUnderlineSuggested(Boolean underlineSuggested)
Indicates if there was a suggested change to underline.
|
TextStyleSuggestionState |
setWeightedFontFamilySuggested(Boolean weightedFontFamilySuggested)
Indicates if there was a suggested change to weighted_font_family.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getBackgroundColorSuggested()
null for nonepublic TextStyleSuggestionState setBackgroundColorSuggested(Boolean backgroundColorSuggested)
backgroundColorSuggested - backgroundColorSuggested or null for nonepublic Boolean getBaselineOffsetSuggested()
null for nonepublic TextStyleSuggestionState setBaselineOffsetSuggested(Boolean baselineOffsetSuggested)
baselineOffsetSuggested - baselineOffsetSuggested or null for nonepublic Boolean getBoldSuggested()
null for nonepublic TextStyleSuggestionState setBoldSuggested(Boolean boldSuggested)
boldSuggested - boldSuggested or null for nonepublic Boolean getFontSizeSuggested()
null for nonepublic TextStyleSuggestionState setFontSizeSuggested(Boolean fontSizeSuggested)
fontSizeSuggested - fontSizeSuggested or null for nonepublic Boolean getForegroundColorSuggested()
null for nonepublic TextStyleSuggestionState setForegroundColorSuggested(Boolean foregroundColorSuggested)
foregroundColorSuggested - foregroundColorSuggested or null for nonepublic Boolean getItalicSuggested()
null for nonepublic TextStyleSuggestionState setItalicSuggested(Boolean italicSuggested)
italicSuggested - italicSuggested or null for nonepublic Boolean getLinkSuggested()
null for nonepublic TextStyleSuggestionState setLinkSuggested(Boolean linkSuggested)
linkSuggested - linkSuggested or null for nonepublic Boolean getSmallCapsSuggested()
null for nonepublic TextStyleSuggestionState setSmallCapsSuggested(Boolean smallCapsSuggested)
smallCapsSuggested - smallCapsSuggested or null for nonepublic Boolean getStrikethroughSuggested()
null for nonepublic TextStyleSuggestionState setStrikethroughSuggested(Boolean strikethroughSuggested)
strikethroughSuggested - strikethroughSuggested or null for nonepublic Boolean getUnderlineSuggested()
null for nonepublic TextStyleSuggestionState setUnderlineSuggested(Boolean underlineSuggested)
underlineSuggested - underlineSuggested or null for nonepublic Boolean getWeightedFontFamilySuggested()
null for nonepublic TextStyleSuggestionState setWeightedFontFamilySuggested(Boolean weightedFontFamilySuggested)
weightedFontFamilySuggested - weightedFontFamilySuggested or null for nonepublic TextStyleSuggestionState set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TextStyleSuggestionState clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.