Interface IParagraphSettingsData
A structure defining the paragraph parameters.
Package: @aurigma/design-atoms-interfaces
Examples
{
"defaultItemsConfig": {
"boundedText": {
"paragraphSettings": {
"rightIndent": 24,
"leftIndent": 24,
"spaceAfter": 8
}
}
}
}
Properties
firstLineIndent
The distance of a paragraph's first line from the left margin, in points. The default value is 0
.
Declaration
firstLineIndent?: number;
Property Value
Type | Description |
---|---|
number | The distance of a paragraph's first line from the left margin, in points. The default value is |
leftIndent
The left indent, in points. The default value is 0
.
Declaration
leftIndent?: number;
Property Value
Type | Description |
---|---|
number | The left indent, in points. The default value is |
overlapLines
Allows overlapping of lines in paragraphs. The default value is false
.
Declaration
overlapLines?: boolean;
Property Value
Type | Description |
---|---|
boolean | Allows overlapping of lines in paragraphs. The default value is |
rightIndent
The right indent, in points. The default value is 0
.
Declaration
rightIndent?: number;
Property Value
Type | Description |
---|---|
number | The right indent, in points. The default value is |
spaceAfter
The space after paragraphs, in points. The default value is 0
.
Declaration
spaceAfter?: number;
Property Value
Type | Description |
---|---|
number | The space after paragraphs, in points. The default value is |
spaceBefore
The space before paragraphs, in points. The default value is 0
.
Declaration
spaceBefore?: number;
Property Value
Type | Description |
---|---|
number | The space before paragraphs, in points. The default value is |