ListItemInfo
Represents information about a list item within a document, including its structure and formatting details.
Definition
Namespace:Telerik.Windows.Documents.Lists
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ListItemInfo
Inheritance: objectListItemInfo
Constructors
public ListItemInfo(DocumentList listInfo, Paragraph paragraph, int listLevel)
Properties
Gets or sets the offset of the first line of the list item.
public float FirstLineOffset { get; }
The offset value, in points, that specifies the indentation of the first line.
Gets or sets the list associated with the ListItemInfo.
public DocumentList List { get; }
The list that contains the current ListItemInfo instance.
Gets or sets the level of the list item in the document. The list level determines the indentation and hierarchy of the list item.
public int ListLevel { get; set; }
An integer representing the level of the list item, where a lower value indicates a higher level (closer to the start of the list), and a higher value indicates a nested list item.
Represents the paragraph information of a list item in Telerik's document model.
public Paragraph Paragraph { get; }
Gets or sets the font size of the symbol for the list item.
public double SymbolFontSize { get; set; }
A double representing the font size of the symbol.
Gets or sets the symbol size of the list item.
public SizeF SymbolSize { get; }
A value representing the size of the symbol associated with the list item.