<< Click to display table of contents >> TRVListLevel |
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)
TObject
TPersistent
TCollectionItem
Layout:
▪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];
▪ImageWidth, ImageHeight – used in FireMonkey if ListType in [rvlstImageList, rvlstImageListCounter];
▪FormatString – format string for displaying text markers.
Numbering:
▪StartFrom – initial counter value for numbered lists;
▪Options – numbering options for this list level.