Skip to main content

ListStyle

Classes

ListStyle

Extended by

Constructors

Constructor
new ListStyle(): ListStyle;
Returns

ListStyle

Properties

firstLineIndent?
optional firstLineIndent?: NumericValue;
leftIndent?
optional leftIndent?: NumericValue;
levelIndent?
optional levelIndent?: NumericValue;
tabPosition?
optional tabPosition?: number;
textIndent?
optional textIndent?: NumericValue;

Methods

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

boolean

Was this page helpful?