TcxParaAttributes2.NumberingType Property
Specifies the numbering type for bulleted or numbered paragraphs.
Declaration
property NumberingType: TcxParaFormat2NumberingType read; write;
Property Value
Type |
---|
TcxParaFormat2NumberingType |
Remarks
Values include:
Value | Meaning |
---|---|
pfnNone | No paragraph numbering or bullets. |
pfnSymbols | Insert a bullet at the paragraph start. |
pfnNumber | Arabic numbers. |
pfnLCLetter | Lowercase letters. |
pfnUCLetter | Uppercase letters. |
pfnLCRoman | Lowercase Roman numerals. |
pfnUCRoman | Uppercase Roman numerals. |
pfnSequence | A sequence of characters beginning with the Unicode character specified by the NumberingStart property. |
See Also