Skip to main content

IParagraphSettingsData

Interfaces

IParagraphSettingsData

A structure defining the paragraph parameters.

Example

{
"defaultItemsConfig": {
"richText": {
"paragraphSettings": {
"rightIndent": 24,
"leftIndent": 24,
"spaceAfter": 8
}
}
}
}

Properties

firstLineIndent?
optional firstLineIndent?: number;

The distance of a paragraph's first line from the left margin, in points. The default value is 0.

leftIndent?
optional leftIndent?: number;

The left indent, in points. The default value is 0.

overlapLines?
optional overlapLines?: boolean;

Allows overlapping of lines in paragraphs. The default value is false.

rightIndent?
optional rightIndent?: number;

The right indent, in points. The default value is 0.

spaceAfter?
optional spaceAfter?: number;

The space after paragraphs, in points. The default value is 0.

spaceBefore?
optional spaceBefore?: number;

The space before paragraphs, in points. The default value is 0.

Was this page helpful?