Bullets and Numbering
RichView provides comprehensive support for numbered lists and bullets.
List Types
The following list types are supported:
- Bullets - single or multicharacter text; Unicode characters are supported;
- Images - any graphics or images from image-lists;
- Decimal Numbering - 1, 2, 3, ...;
- Alphabetic Numbering - a, b, c, ...; A, B, C, ...;
- Roman Numbering - i, ii, iii, ...; I, II, III, ...;
- Ordered Images from Image-lists - image is chosen from the image-list depending on counter value (unique feature).
Multilevel Lists
RichView supports multilevel lists. List text can include numbering from previous levels.
Legal-style numbering is supported as well.
Numbering
List numbering is incremented automatically. You can define a starting value for list level, or reset numbering to the specified value.
RichView follows Microsoft Word 97+ model of numbering: list items are numbered throughout the document, even if there are unnumbered paragraphs between them.
Bi-Di Mode Support
RichView supports right-to-left text flow. In RTL paragraphs, list markers are displayed on the right side.
User Interface
RichView Actions provide a user interface for applying and customizing list styles.
Demos
Demos: applying bullets and numbering
- Demos\Delphi\Assorted\ListStyles\Bullets\ subdirectory of RichView installation, or
- Demos\CBuilder\Assorted\ListStyles\Bullets\ subdirectory of RichView installation.
Demos: image-list bullets and numbering
- Demos\Delphi\Assorted\ListStyles\ImageListBullets\ subdirectory of RichView installation, or
- Demos\CBuilder\Assorted\ListStyles\ImageListBullets\ subdirectory of RichView installation.
|