Interface IParagraphStyle
Package: @aurigma/design-atoms
Properties
alignment
Declaration
alignment?: TextAlignment;
Property Value
| Type | Description |
|---|---|
| TextAlignment |
firstLineIndent
Declaration
firstLineIndent?: number;
Property Value
| Type | Description |
|---|---|
| number |
leftIndent
Declaration
leftIndent?: number;
Property Value
| Type | Description |
|---|---|
| number |
rightIndent
Declaration
rightIndent?: number;
Property Value
| Type | Description |
|---|---|
| number |
spaceAfter
Declaration
spaceAfter?: number;
Property Value
| Type | Description |
|---|---|
| number |
spaceBefore
Declaration
spaceBefore?: number;
Property Value
| Type | Description |
|---|---|
| number |