public final class HorizontalRule
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 |
|---|
HorizontalRule() |
| Modifier and Type | Method and Description |
|---|---|
HorizontalRule |
clone() |
List<String> |
getSuggestedDeletionIds()
The suggested deletion IDs.
|
List<String> |
getSuggestedInsertionIds()
The suggested insertion IDs.
|
Map<String,SuggestedTextStyle> |
getSuggestedTextStyleChanges()
The suggested text style changes to this HorizontalRule, keyed by suggestion ID.
|
TextStyle |
getTextStyle()
The text style of this HorizontalRule.
|
HorizontalRule |
set(String fieldName,
Object value) |
HorizontalRule |
setSuggestedDeletionIds(List<String> suggestedDeletionIds)
The suggested deletion IDs.
|
HorizontalRule |
setSuggestedInsertionIds(List<String> suggestedInsertionIds)
The suggested insertion IDs.
|
HorizontalRule |
setSuggestedTextStyleChanges(Map<String,SuggestedTextStyle> suggestedTextStyleChanges)
The suggested text style changes to this HorizontalRule, keyed by suggestion ID.
|
HorizontalRule |
setTextStyle(TextStyle textStyle)
The text style of this HorizontalRule.
|
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 List<String> getSuggestedDeletionIds()
null for nonepublic HorizontalRule setSuggestedDeletionIds(List<String> suggestedDeletionIds)
suggestedDeletionIds - suggestedDeletionIds or null for nonepublic List<String> getSuggestedInsertionIds()
null for nonepublic HorizontalRule setSuggestedInsertionIds(List<String> suggestedInsertionIds)
suggestedInsertionIds - suggestedInsertionIds or null for nonepublic Map<String,SuggestedTextStyle> getSuggestedTextStyleChanges()
null for nonepublic HorizontalRule setSuggestedTextStyleChanges(Map<String,SuggestedTextStyle> suggestedTextStyleChanges)
suggestedTextStyleChanges - suggestedTextStyleChanges or null for nonepublic TextStyle getTextStyle()
null for nonepublic HorizontalRule setTextStyle(TextStyle textStyle)
textStyle - textStyle or null for nonepublic HorizontalRule set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic HorizontalRule clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.