@express-document-sdk / UnorderedListStyleInput
Interface: UnorderedListStyleInput
IMPORTANT: This is currently experimental only and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the experimentalApis
flag to true
in the requirements
section of the manifest.json
.
Interface for specifying an unordered list style, such as a bullet list.
Extends
BaseParagraphListStyle
Properties
indentLevel?
• optional
indentLevel: number
A value from 0-8 that specifies indent/nesting level. Default is 0 if not provided.
Inherited from
BaseParagraphListStyle.indentLevel
marker?
• optional
marker: string
Marker symbol to use. If undefined, it defaults to a different symbol depending on the paragraph's indent level. The defaults for increasing indent are: •, ◦, ◼, ◻, and then they repeat. Markers are always displayed using the default font (SourceSans3 Regular), regardless of the font(s) used in the paragraph's text content. A default marker is used instead if the default font does not support the symbol.
Text or Unicode glyphs are accepted to represent the list marker.
type
• type: unordered