public final class NestingLevel
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 |
|---|
NestingLevel() |
| Modifier and Type | Method and Description |
|---|---|
NestingLevel |
clone() |
String |
getBulletAlignment()
The alignment of the bullet within the space allotted for rendering the bullet.
|
String |
getGlyphFormat()
The format string used by bullets at this level of nesting.
|
String |
getGlyphSymbol()
A custom glyph symbol used by bullets when paragraphs at this level of nesting is unordered.
|
String |
getGlyphType()
The type of glyph used by bullets when paragraphs at this level of nesting is ordered.
|
Dimension |
getIndentFirstLine()
The amount of indentation for the first line of paragraphs at this level of nesting.
|
Dimension |
getIndentStart()
The amount of indentation for paragraphs at this level of nesting.
|
Integer |
getStartNumber()
The number of the first list item at this nesting level.
|
TextStyle |
getTextStyle()
The text style of bullets at this level of nesting.
|
NestingLevel |
set(String fieldName,
Object value) |
NestingLevel |
setBulletAlignment(String bulletAlignment)
The alignment of the bullet within the space allotted for rendering the bullet.
|
NestingLevel |
setGlyphFormat(String glyphFormat)
The format string used by bullets at this level of nesting.
|
NestingLevel |
setGlyphSymbol(String glyphSymbol)
A custom glyph symbol used by bullets when paragraphs at this level of nesting is unordered.
|
NestingLevel |
setGlyphType(String glyphType)
The type of glyph used by bullets when paragraphs at this level of nesting is ordered.
|
NestingLevel |
setIndentFirstLine(Dimension indentFirstLine)
The amount of indentation for the first line of paragraphs at this level of nesting.
|
NestingLevel |
setIndentStart(Dimension indentStart)
The amount of indentation for paragraphs at this level of nesting.
|
NestingLevel |
setStartNumber(Integer startNumber)
The number of the first list item at this nesting level.
|
NestingLevel |
setTextStyle(TextStyle textStyle)
The text style of bullets at this level of nesting.
|
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 String getBulletAlignment()
null for nonepublic NestingLevel setBulletAlignment(String bulletAlignment)
bulletAlignment - bulletAlignment or null for nonepublic String getGlyphFormat()
null for nonepublic NestingLevel setGlyphFormat(String glyphFormat)
glyphFormat - glyphFormat or null for nonepublic String getGlyphSymbol()
null for nonepublic NestingLevel setGlyphSymbol(String glyphSymbol)
glyphSymbol - glyphSymbol or null for nonepublic String getGlyphType()
null for nonepublic NestingLevel setGlyphType(String glyphType)
glyphType - glyphType or null for nonepublic Dimension getIndentFirstLine()
null for nonepublic NestingLevel setIndentFirstLine(Dimension indentFirstLine)
indentFirstLine - indentFirstLine or null for nonepublic Dimension getIndentStart()
null for nonepublic NestingLevel setIndentStart(Dimension indentStart)
indentStart - indentStart or null for nonepublic Integer getStartNumber()
null for nonepublic NestingLevel setStartNumber(Integer startNumber)
startNumber - startNumber or null for nonepublic TextStyle getTextStyle()
null for nonepublic NestingLevel setTextStyle(TextStyle textStyle)
textStyle - textStyle or null for nonepublic NestingLevel set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic NestingLevel clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.