TcxParaAttributes2.NumberingStyle Property
In This Article
Specifies the numbering style for bulleted or numbered paragraphs.
#Declaration
Delphi
property NumberingStyle: TcxParaFormat2NumberingStyle read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Values include:
Value | Meaning |
---|---|
pfns |
Follows the number with a right parenthesis. |
pfns |
Encloses the number in parentheses. |
pfns |
Follows the number with a period. |
pfns |
Displays only the number. |
pfns |
Continues a numbered list without applying the next number or bullet. |
pfns |
Starts a new number with the Numbering |
See Also