rvico TRichView Reference | TRVStyle | TRVListLevel

TRVListLevel

Properties   Methods

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)

Hierarchy

TObject

TPersistent

TCollectionItem

Properties

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];
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.


RichView © Sergey Tkachenko