Skip to main content

UnorderedList

Enumerations

UnorderedListType

Enumeration Members

Enumeration MemberValue
bullet1
minus2
none0

Classes

UnorderedList

Extends

Constructors

Constructor
new UnorderedList(): UnorderedList;
Returns

UnorderedList

Inherited from

BlockElement.constructor

Properties

items
items: BlockElement[] = [];
style
style: UnorderedListStyle;

UnorderedListStyle

Extends

Constructors

Constructor
new UnorderedListStyle(): UnorderedListStyle;
Returns

UnorderedListStyle

Inherited from

ListStyle.constructor

Properties

firstLineIndent?
optional firstLineIndent?: NumericValue;
Inherited from

ListStyle.firstLineIndent

leftIndent?
optional leftIndent?: NumericValue;
Inherited from

ListStyle.leftIndent

levelIndent?
optional levelIndent?: NumericValue;
Inherited from

ListStyle.levelIndent

tabPosition?
optional tabPosition?: number;
Inherited from

ListStyle.tabPosition

textIndent?
optional textIndent?: NumericValue;
Inherited from

ListStyle.textIndent

type
type:
| UnorderedListType
| UnorderedListTypeSymbol;

Methods

isMatch()
isMatch(other): boolean;
Parameters
ParameterType
otherListStyle
Returns

boolean

Overrides

ListStyle.isMatch


UnorderedListTypeSymbol

Constructors

Constructor
new UnorderedListTypeSymbol(): UnorderedListTypeSymbol;
Returns

UnorderedListTypeSymbol

Properties

value
value: string;
Was this page helpful?