Class ListLevel
Establishes functionality of list level.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Lists
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class ListLevel
Properties
Alignment
Gets or sets the alignment.
Declaration
public Alignment Alignment { get; set; }
Property Value
Alignment
The alignment. |
CharacterProperties
Gets the character properties.
Declaration
public CharacterProperties CharacterProperties { get; }
Property Value
CharacterProperties
The character properties. |
Document
Gets the document to which this list level is associated.
Declaration
public RadFlowDocument Document { get; }
Property Value
RadFlowDocument
The document. |
IsLegal
Gets or sets a value indicating if all inherited number formats should be displayed as decimal format.
Declaration
public bool IsLegal { get; set; }
Property Value
System.Boolean
The is legal. |
NumberingStyle
Gets or sets the numbering style.
Declaration
public NumberingStyle NumberingStyle { get; set; }
Property Value
NumberingStyle
The numbering style. |
NumberTextFormat
Gets or sets the number text format.
Declaration
public string NumberTextFormat { get; set; }
Property Value
System.String
The number text format. |
ParagraphProperties
Gets the paragraph properties.
Declaration
public ParagraphProperties ParagraphProperties { get; }
Property Value
ParagraphProperties
The paragraph properties. |
RestartAfterLevel
Gets or sets a value indicating the list level that must appear before this list level restarts to its start index. The value must be lower of an earlier level than this level. The default value -1, means the start index will be restarted after the previous level occur.
Declaration
public int RestartAfterLevel { get; set; }
Property Value
System.Int32
The restart after level. |
Exceptions
System.ArgumentOutOfRangeException
|
StartIndex
Gets or sets the starting number of this level.
Declaration
public int StartIndex { get; set; }
Property Value
System.Int32
The start index. |
Exceptions
System.ArgumentOutOfRangeException
|
StyleId
Gets or sets the name of a paragraph style associated with this list level.
Declaration
public string StyleId { get; set; }
Property Value
System.String
The name of the style. |
Methods
Clone(List)
Creates deep copy of this list level, associated to ownerList
.
Declaration
public ListLevel Clone(List ownerList)
Parameters
List
ownerList
The owner list. |
Returns
ListLevel
|