TcxParaAttributes2.NumberingType Property
In This Article
Specifies the numbering type for bulleted or numbered paragraphs.
#Declaration
Delphi
property NumberingType: TcxParaFormat2NumberingType read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Values include:
Value | Meaning |
---|---|
pfn |
No paragraph numbering or bullets. |
pfn |
Insert a bullet at the paragraph start. |
pfn |
Arabic numbers. |
pfn |
Lowercase letters. |
pfn |
Uppercase letters. |
pfn |
Lowercase Roman numerals. |
pfn |
Uppercase Roman numerals. |
pfn |
A sequence of characters beginning with the Unicode character specified by the Numbering |
See Also