JVCL Help:TJvNumbering

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different kinds of bulleting or numbering of paragraphs.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 TJvNumbering = (
nsNone,
nsBullet,
nsArabicNumbers,
nsLoCaseLetter,
nsUpCaseLetter,
nsLoCaseRoman,
nsUpCaseRoman
);


Members

Members Description
nsNone No paragraph numbering or bullets.
nsBullet Insert a bullet at the beginning of each selected paragraph.
nsArabicNumbers Arabic numbering (1, 2, 3, ...).
nsLoCaseLetter Lowercase letters (a, b, c, ...).
nsUpCaseLetter Uppercase letters (A, B, C, ...).
nsLoCaseRoman Lowercase Roman numerals (i, ii, iii, ...).
nsUpCaseRoman Uppercase Roman numerals (I, II, III, ...).

run\JvRichEdit.pas


Description

Use the TJvNumbering type to specify a specific kind of bulleting or numbering of paragraphs.

run\JvRichEdit.pas


See Also

TJvNumberingStyle, TJvParaAttributes.Numbering

run\JvRichEdit.pas


About

Navigation

no pages or subcategories

run\JvRichEdit.pas


Notes

Rich Edit versions earlier than version 3.0 do not display paragraph numbers. (The rich edit control stores the value but does not use it to display the text.)

run\JvRichEdit.pas


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page