Skip to main content

TextWhizzParagraphStyle

Classes

TextWhizzParagraphStyle

Implements

Constructors

Constructor
new TextWhizzParagraphStyle(textWhizz, style?): TextWhizzParagraphStyle;
Parameters
ParameterType
textWhizzany
style?IParagraphStyle
Returns

TextWhizzParagraphStyle

Properties

alignment?
optional alignment?: TextAlignment;
Implementation of

IParagraphStyle.alignment

bulletCharCode?
optional bulletCharCode?: number;
Implementation of

IParagraphStyle.bulletCharCode

firstLineIndent?
optional firstLineIndent?: number;
Implementation of

IParagraphStyle.firstLineIndent

leftIndent?
optional leftIndent?: number;
Implementation of

IParagraphStyle.leftIndent

level?
optional level?: number;
Implementation of

IParagraphStyle.level

listType?
optional listType?: ListType;
Implementation of

IParagraphStyle.listType

numberingFormat?
optional numberingFormat?: NumberingFormatType;
Implementation of

IParagraphStyle.numberingFormat

numberingMode?
optional numberingMode?: NumberingModeType;
Implementation of

IParagraphStyle.numberingMode

rightIndent?
optional rightIndent?: number;
Implementation of

IParagraphStyle.rightIndent

spaceAfter?
optional spaceAfter?: number;
Implementation of

IParagraphStyle.spaceAfter

spaceBefore?
optional spaceBefore?: number;
Implementation of

IParagraphStyle.spaceBefore

startNumber?
optional startNumber?: number;
Implementation of

IParagraphStyle.startNumber

tabOffset?
optional tabOffset?: number;
Implementation of

IParagraphStyle.tabOffset

Methods

patchToEntry()
patchToEntry(destination): ParagraphStyle;
Parameters
ParameterType
destinationParagraphStyle
Returns

ParagraphStyle

setEntry()
setEntry(style): void;
Parameters
ParameterType
styleParagraphStyle
Returns

void

Was this page helpful?