Skip to main content

HtmlParagraphStyles

Classes

HtmlParagraphListStyles

Constructors

Constructor
new HtmlParagraphListStyles(): HtmlParagraphListStyles;
Returns

HtmlParagraphListStyles

Properties

bulletNumberTabPosition
static bulletNumberTabPosition: string = "bullet-number-tab-position";
level
static level: string = 'level';
listStyleType
static listStyleType: string = "list-style-type";
value
static value: string = 'value';

HtmlParagraphStyles

Constructors

Constructor
new HtmlParagraphStyles(): HtmlParagraphStyles;
Returns

HtmlParagraphStyles

Properties

listStyleType
static listStyleType: string = "list-style-type";
marginLeft
static marginLeft: string = "margin-left";
marginRight
static marginRight: string = "margin-right";
paddingBottom
static paddingBottom: string = "padding-bottom";
paddingTop
static paddingTop: string = "padding-top";
textAlign
static textAlign: string = "text-align";
textIndent
static textIndent: string = "text-indent";
Was this page helpful?