Method: Google::Apis::DocsV1::NestingLevel#start_number
- Defined in:
- lib/google/apis/docs_v1/classes.rb
permalink #start_number ⇒ Fixnum
The number of the first list item at this nesting level. A value of 0 is
treated as a value of 1 for lettered lists and Roman numeral lists. For values
of both 0 and 1, lettered and Roman numeral lists will begin at a
and i
respectively. This value is ignored for nesting levels with unordered glyphs.
Corresponds to the JSON property startNumber
3111 3112 3113 |
# File 'lib/google/apis/docs_v1/classes.rb', line 3111 def start_number @start_number end |