aspnetcore-js-devexpress-dot-richedit-a783c983.md
Contains the list level’s properties.
export class ListLevelSettings
Gets or sets the alignment of the list level’s number or bullet.
alignment: ListLevelNumberAlignment
| Type | Description |
|---|---|
| ListLevelNumberAlignment |
The alignment.
|
Gets or sets the pattern used to format the list level’s number or bullet.
displayFormatString: string
| Type | Description |
|---|---|
| string |
The format pattern.
|
The format pattern can include fixed literals and indexed placeholders.
An indexed placeholder is an integer from 0 to 8 enclosed in curly brackets (for instance, “{0}”). A placeholder index corresponds to the list level’s number or bullet depending on the format property value.
Gets or sets the first line indent of the list level’s paragraphs.
firstLineIndent: number
| Type | Description |
|---|---|
| number |
The first line indent in twips.
|
Gets or sets whether and how the first line of a list level’s paragraph is indented.
firstLineIndentType: ParagraphFirstLineIndent
| Type | Description |
|---|---|
| ParagraphFirstLineIndent |
The first line’s indent type.
|
When the firstLineIndentType property is set to Indented or Hanging, the firstLineIndent property determines the indent value.
Gets or sets whether the list level’s number or bullet is bold.
fontBold: boolean
| Type | Description |
|---|---|
| boolean |
true if the list level's number or bullet is bold; otherwise, false.
|
Gets or sets the color of the list level’s number or bullet.
fontColor: string
| Type | Description |
|---|---|
| string |
The color.
|
Gets or sets whether the list level’s number or bullet is italicized.
fontItalic: boolean
| Type | Description |
|---|---|
| boolean |
true if the list level's number or bullet is italicized; otherwise, false.
|
Gets or sets the font name of the list level’s number or bullet.
fontName: string
| Type | Description |
|---|---|
| string |
The font name.
|
Gets or sets the font size of the list level’s number or bullet.
fontSize: number
| Type | Description |
|---|---|
| number |
The font size.
|
Gets or sets the number or bullet format of the list level’s paragraphs.
format: ListLevelFormat
| Type | Description |
|---|---|
| ListLevelFormat |
The list level format.
|
Gets or sets the left indent of the list level’s paragraphs.
leftIndent: number
| Type | Description |
|---|---|
| number |
The left indent in twips.
|
Gets or sets the character inserted between the list level’s number or bullet and paragraph text.
separator: string
| Type | Description |
|---|---|
| string |
The trailing character for the list level.
|
Only space and tab characters are valid values for the separator property.
Gets the start position of the list level’s number.
start: number
| Type | Description |
|---|---|
| number |
The start position.
|