|
TRVListLevel |
Top Previous Next |
|
One level of paragraph list, defines properties for bullet or numbering. This is a class of item in the Levels collection of list style. Unit RVStyle. Syntax TRVListLevel = class(TCollectionItem) HierarchyTObject TPersistent TCollectionItem PropertiesLayout: ▪FirstIndent, LeftIndent override the corresponding properties of paragraph style; ▪MarkerIndent – indent of marker; ▪MarkerAlignment – position of marker relative to MarkerIndent. List marker: ▪ListType – type of marker (bullet, number, image, etc.); ▪Font – font for text markers; ▪Picture – picture, used if ListType =rvlstPicture; ▪ImageList, ImageIndex – used if ListType in [rvlstImageList, rvlstImageListCounter]; ▪FormatString – format string for displaying text markers (except for ListType=rvlstUnicodeBullet); ▪FormatStringW – text for Unicode bullets (ListType=rvlstUnicodeBullet). Numbering: ▪StartFrom – initial counter value for numbered lists; ▪Options – numbering options for this list level. |