Interface: OrderedListStyleInput
Interface for specifying an ordered list style, such as a numbered list.
Extends
BaseParagraphListStyle
Properties
Property
Type
Description
Inherited from
indentLevel?numberA value from 0-8 that specifies indent/nesting level. Default is 0 if not provided.
BaseParagraphListStyle.indentLevelnumbering?The numbering style to use. If undefined, it defaults to a different type depending on the paragraph's indent level. The defaults for increasing indent are: 1, a, i, I, and then they repeat. These markers and the prefix/postfix strings (if any) are displayed using the same font as the start of the paragraph's text content.
-
prefix?stringAdditional string to display before each sequence number/letter, e.g. "("
-
postfix?stringAdditional string to display after each sequence number/letter, e.g. ")" or "."
-