ListStyle
Classes
ListStyle
Extended by
Constructors
Constructor
new ListStyle(): ListStyle;
Returns
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
| Parameter | Type |
|---|---|
other | ListStyle |
Returns
boolean