Enum ListTemplateType
Predefined list templates that configure common bullet and numbering styles.
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Lists
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum ListTemplateType
BulletDefault
Bullet style with default symbols and indentation.
NumberedDefault
Decimal numbering with default indentation.
NumberedHierarchical
Multi-level numbering showing the full hierarchy (e.g., 1.1, 1.2, 2.1).
NumberedParentheses
Decimal numbering wrapped in parentheses (e.g., 1) 2) 3)).