Interface IParagraphStyle
Package: @aurigma/design-atoms-text
Properties
alignment
Declaration
alignment?: TextAlignment;
Property Value
Type | Description |
---|---|
TextAlignment |
bulletCharCode
Declaration
bulletCharCode?: number;
Property Value
Type | Description |
---|---|
number |
firstLineIndent
Declaration
firstLineIndent?: number;
Property Value
Type | Description |
---|---|
number |
leftIndent
Declaration
leftIndent?: number;
Property Value
Type | Description |
---|---|
number |
level
Declaration
level?: number;
Property Value
Type | Description |
---|---|
number |
listType
Declaration
listType?: ListType;
Property Value
Type | Description |
---|---|
ListType |
numberingFormat
Declaration
numberingFormat?: NumberingFormatType;
Property Value
Type | Description |
---|---|
NumberingFormatType |
numberingMode
Declaration
numberingMode?: NumberingModeType;
Property Value
Type | Description |
---|---|
NumberingModeType |
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 |
startNumber
Declaration
startNumber?: number;
Property Value
Type | Description |
---|---|
number |
tabOffset
Declaration
tabOffset?: number;
Property Value
Type | Description |
---|---|
number |