JVCL Help:TJvNumbering
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvNumbering type
Search in JVCL Help
Search in all projectsSummary
Represents different kinds of bulleting or numbering of paragraphs.
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, ...). |
Description
Use the TJvNumbering type to specify a specific kind of bulleting or numbering of paragraphs.
See Also
TJvNumberingStyle, TJvParaAttributes.Numbering
About
no pages or subcategories
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.)
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