TextWhizzParagraphStyle
Classes
TextWhizzParagraphStyle
Implements
Constructors
Constructor
new TextWhizzParagraphStyle(textWhizz, style?): TextWhizzParagraphStyle;
Parameters
| Parameter | Type |
|---|---|
textWhizz | any |
style? | IParagraphStyle |
Returns
Properties
alignment?
optional alignment?: TextAlignment;
Implementation of
bulletCharCode?
optional bulletCharCode?: number;
Implementation of
IParagraphStyle.bulletCharCode
firstLineIndent?
optional firstLineIndent?: number;
Implementation of
IParagraphStyle.firstLineIndent
leftIndent?
optional leftIndent?: number;
Implementation of
level?
optional level?: number;
Implementation of
listType?
optional listType?: ListType;
Implementation of
numberingFormat?
optional numberingFormat?: NumberingFormatType;
Implementation of
IParagraphStyle.numberingFormat
numberingMode?
optional numberingMode?: NumberingModeType;
Implementation of
rightIndent?
optional rightIndent?: number;
Implementation of
spaceAfter?
optional spaceAfter?: number;
Implementation of
spaceBefore?
optional spaceBefore?: number;
Implementation of
startNumber?
optional startNumber?: number;
Implementation of
tabOffset?
optional tabOffset?: number;
Implementation of
Methods
patchToEntry()
patchToEntry(destination): ParagraphStyle;
Parameters
| Parameter | Type |
|---|---|
destination | ParagraphStyle |
Returns
ParagraphStyle
setEntry()
setEntry(style): void;
Parameters
| Parameter | Type |
|---|---|
style | ParagraphStyle |
Returns
void