Class List
Establishes functionality to share list properties between different paragraphs.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Lists
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class List
Constructors
List()
Initializes a new instance of the List class.
For predefined lists use Add(ListTemplateType) method.
Declaration
public List()
Properties
Document
Gets the document to which this list is associated.
Declaration
public RadFlowDocument Document { get; }
Property Value
RadFlowDocument
The document. |
Id
Gets the ID of the list.
Declaration
public int Id { get; }
Property Value
System.Int32
The ID. |
Levels
Gets the levels.
Declaration
public ListLevelCollection Levels { get; }
Property Value
ListLevelCollection
The levels. |
MultilevelType
Gets or sets the type of the multilevel.
Declaration
public MultilevelType MultilevelType { get; set; }
Property Value
MultilevelType
The type of the multilevel. |
StyleId
Gets or sets the name of a numbering style associated with this list.
Declaration
public string StyleId { get; set; }
Property Value
System.String
The name of the style. |