Skip to main content

TcxParaFormat2NumberingStyle Enum

Declaration

TcxParaFormat2NumberingStyle = (
    pfnsRightParenthesis,
    pfnsParenthesis = $100,
    pfnsPeriod = $200,
    pfnsNumberOnly = $300,
    pfnsContinuesList = $400,
    pfnsStartNew = $8000
);

Members

Name
pfnsRightParenthesis
pfnsParenthesis
pfnsPeriod
pfnsNumberOnly
pfnsContinuesList
pfnsStartNew
See Also