TcxParaAttributes2.NumberingStyle Property
Specifies the numbering style for bulleted or numbered paragraphs.
Declaration
property NumberingStyle: TcxParaFormat2NumberingStyle read; write;
Property Value
Type |
---|
TcxParaFormat2NumberingStyle |
Remarks
Values include:
Value | Meaning |
---|---|
pfnsRightParenthesis | Follows the number with a right parenthesis. |
pfnsParenthesis = $100 | Encloses the number in parentheses. |
pfnsPeriod = $200 | Follows the number with a period. |
pfnsNumberOnly = $300 | Displays only the number. |
pfnsContinuesList = $400 | Continues a numbered list without applying the next number or bullet. |
pfnsStartNew = $8000 | Starts a new number with the NumberingStart property. |
See Also