[]
list formatting for a paragraph.
public class ListFormat : FormattingBag
Gets the base (this class) key for formatting properties.
protected override string BaseKey { get; }
Gets the list level formatting.
public ListLevel Level { get; }
Gets or sets the zero-based list level for the specified Template property.
public int LevelNumber { get; set; }
Gets or sets the list template associated with the paragraph.
public ListTemplate Template { get; set; }
Resets to default list formatting.
public override void ClearFormatting()