JVCL Help:TJvNumberingStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvNumberingStyle type
Search in JVCL Help
Search in all projectsSummary
Represents different kinds of numbering styles used with numbered paragraphs.
Pascal
run\JvRichEdit.pas
TJvNumberingStyle = (
nsParenthesis,
nsPeriod,
nsEnclosed,
nsSimple
);
Members
Members | Description |
nsParenthesis | For example: 0), 1), 2), ... |
nsPeriod | For example: 0., 1., 2., ... |
nsEnclosed | For example: (0), (1), (2), ... |
nsSimple | For example: 0, 1, 2, ... |
Description
Use the TJvNumberingStyle type to specify a specific numbering style with numbered paragraphs.
See Also
TJvNumbering, TJvParaAttributes.NumberingStyle
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