Method: Google::Apis::DocsV1::NestingLevel#glyph_type
- Defined in:
- lib/google/apis/docs_v1/classes.rb
permalink #glyph_type ⇒ String
The type of glyph used by bullets when paragraphs at this level of nesting is
ordered. The glyph type determines the type of glyph used to replace
placeholders within the glyph_format when paragraphs at this level of nesting
are ordered. For example, if the nesting level is 0, the glyph_format is %0.
and the glyph type is DECIMAL, then the rendered glyph would replace the
placeholder %0
in the glyph format with a number corresponding to the list
item's order within the list.
Corresponds to the JSON property glyphType
3093 3094 3095 |
# File 'lib/google/apis/docs_v1/classes.rb', line 3093 def glyph_type @glyph_type end |