Back to Website
Show / Hide Table of Contents

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 0.

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 0.

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 false.

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 0.

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 0.

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 0.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback