Skip to main content

XmlParagraphStyles

Classes

XmlParagraphListStyles

Constructors

Constructor
new XmlParagraphListStyles(): XmlParagraphListStyles;
Returns

XmlParagraphListStyles

Properties

bulletChar
static bulletChar: string = "bullet-char";
bulletNumberTabPosition
static bulletNumberTabPosition: string = "bullet-number-tab-position";
level
static level: string = "level";
numberFormat
static numberFormat: string = "number-format";
numberMode
static numberMode: string = "number-mode";
startAt
static startAt: string = "number-start-at";
type
static type: string = "list-type";

XmlParagraphStyles

Constructors

Constructor
new XmlParagraphStyles(): XmlParagraphStyles;
Returns

XmlParagraphStyles

Properties

alignment
static alignment: string = "alignment";
firstLineIndent
static firstLineIndent: string = "first-line-indent";
leftIndent
static leftIndent: string = "left-indent";
listType
static listType: string = "list-type";
rightIndent
static rightIndent: string = "right-indent";
spaceAfter
static spaceAfter: string = "space-after";
spaceBefore
static spaceBefore: string = "space-before";
Was this page helpful?