Skip to main content

Paragraph

Enumerations

ParagraphAlignment

Enumeration Members

Enumeration MemberValue
center"center"
justification"justification"
lastCenter"justification-last-center"
lastLeft"justification-last-left"
lastRight"justification-last-right"
left"left"
right"right"

Classes

Paragraph

Extends

Constructors

Constructor
new Paragraph(): Paragraph;
Returns

Paragraph

Inherited from

BlockElement.constructor

Properties

inlineElements
inlineElements: InlineElement[] = [];
listStyle
listStyle: ParagraphListStyle;
metadata
metadata: ParagraphMetadata;
style
style: ParagraphStyle;

ParagraphStyle

Constructors

Constructor
new ParagraphStyle(): ParagraphStyle;
Returns

ParagraphStyle

Properties

alignment?
optional alignment?: ParagraphAlignment;
firstLineIndent?
optional firstLineIndent?: NumericValue;
leftIndent?
optional leftIndent?: NumericValue;
rightIndent?
optional rightIndent?: NumericValue;
spaceAfter?
optional spaceAfter?: NumericValue;
spaceBefore?
optional spaceBefore?: NumericValue;
Was this page helpful?