JVCL Help:TJvNumberingStyle

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 numbering styles used with numbered paragraphs.

run\JvRichEdit.pas


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, ...

run\JvRichEdit.pas


Description

Use the TJvNumberingStyle type to specify a specific numbering style with numbered paragraphs.

run\JvRichEdit.pas


See Also

TJvNumbering, TJvParaAttributes.NumberingStyle

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