Class ListLevel
Represent a list level.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Lists
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ListLevel
Constructors
ListLevel()
ListLevel(IBulletNumberingFormat)
Initializes a new instance of the ListLevel class.
Declaration
public ListLevel(IBulletNumberingFormat numberingStyleFormat)
Parameters
IBulletNumberingFormat
numberingStyleFormat
The numbering style format. |
Properties
BulletNumberingFormat
Gets or sets the bullet numbering format.
Declaration
public IBulletNumberingFormat BulletNumberingFormat { get; set; }
Property Value
IBulletNumberingFormat
The bullet numbering format. |
CharacterProperties
Gets the bullet numbering character properties.
Declaration
public CharacterProperties CharacterProperties { get; }
Property Value
CharacterProperties
The bullet numbering character properties. |
IndentAfterBullet
Gets or sets the indent after the bullet.
Declaration
public double IndentAfterBullet { get; set; }
Property Value
System.Double
The indent after the bullet. |
ParagraphProperties
Gets the paragraph properties.
Declaration
public ParagraphProperties ParagraphProperties { get; }
Property Value
ParagraphProperties
The paragraph properties. |
RestartAfterLevel
Gets or sets the restart after level.
Declaration
public int RestartAfterLevel { get; set; }
Property Value
System.Int32
The restart after level. |
StartIndex
Gets or sets the start index.
Declaration
public int StartIndex { get; set; }
Property Value
System.Int32
The start index. |