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 List
Declaration
public ListLevel(IBulletNumberingFormat numberingStyleFormat)
Parameters
IBullet The numbering style format. |
Properties
BulletNumberingFormat
Gets or sets the bullet numbering format.
Declaration
public IBulletNumberingFormat BulletNumberingFormat { get; set; }
Property Value
IBullet The bullet numbering format. |
CharacterProperties
Gets the bullet numbering character properties.
Declaration
public CharacterProperties CharacterProperties { get; }
Property Value
Character The bullet numbering character properties. |
IndentAfterBullet
Gets or sets the indent after the bullet.
Declaration
public double IndentAfterBullet { get; set; }
Property Value
System. The indent after the bullet. |
ParagraphProperties
Gets the paragraph properties.
Declaration
public ParagraphProperties ParagraphProperties { get; }
Property Value
Paragraph The paragraph properties. |
RestartAfterLevel
Gets or sets the restart after level.
Declaration
public int RestartAfterLevel { get; set; }
Property Value
System. The restart after level. |
StartIndex
Gets or sets the start index.
Declaration
public int StartIndex { get; set; }
Property Value
System. The start index. |