ClassList
Container for list levels and numbering settings used to create bulleted, numbered, or custom lists within a document.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Lists
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class List : IStructuralElement
Inheritance: objectList
Implements:
Constructors
List()
Initialize an empty list with no predefined levels.
Declaration
public List()
List(ListTemplateType)
Initialize a list using a predefined template for common numbering or bullet styles.
Declaration
public List(ListTemplateType listTemplateType)
Parameters
listTemplateType
Type of the list template.
Properties
Id
Gets the unique identifier assigned when the list is added to a collection.
Declaration
public int Id { get; }
Property Value
The unique identifier of the list, or -1 if the list has not been added to a collection.
Levels
Gets the list levels that define hierarchy, indentation, and numbering across nested items.
Declaration
public ListLevelCollection Levels { get; }
Property Value
The list level collection containing all levels for this list.
StructureTag
Gets or sets the StructureTag associated with this element.
Declaration
public StructureElement StructureTag { get; set; }
Property Value
Implements