TRVListLevel

Properties   Methods

<< Click to display table of contents >>

TRVListLevel

Properties   Methods

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

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.