Back to API Reference
Class
ListModifier
Inherits:BaseModifier
Renders list markers (bullets or numbers) for text items with automatic indentation.
Remarks
Parameter: optional level:number for numbered lists. Without parameter, renders a bullet. Features: - Supports nested lists with configurable indentation per level - Bullet markers are customizable per nesting level - Ordered lists support decimal, alphabetic, and Roman numeral styles - Automatically handles RTL text direction
public ListMarkerPlacement MarkerPlacement{ get; set }Places markers inline or against a fixed content column. Changing it reflows the list.
