Paragraph
Enumerations
ParagraphAlignment
Enumeration Members
| Enumeration Member | Value |
|---|---|
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
Inherited from
Properties
inlineElements
inlineElements: InlineElement[] = [];
listStyle
listStyle: ParagraphListStyle;
metadata
metadata: ParagraphMetadata;
style
style: ParagraphStyle;
ParagraphStyle
Constructors
Constructor
new ParagraphStyle(): ParagraphStyle;
Returns
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;