PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardListNumbering Enumeration
In This Topic
    PDFStandardListNumbering Enumeration
    In This Topic
    Specifies the available values for PDFStandardListAttribute.setListNumbering method.
    Members
    MemberDescription
    CIRCLEOpen circular bullet.
    DECIMALDecimal Arabic numerals (1–9, 10–99, ...)
    DISCSolid circular bullet.
    LOWER_ALPHALowercase letters (a, b, c, ...)
    LOWER_ROMANLowercase Roman numerals (i, ii, iii, iv, ...)
    NONENo numbering system.
    ORDEREDOrdered lists with unspecified numbering.
    SQUARESolid square.
    UNORDEREDUnordered list with unspecified bullets.
    UPPER_ALPHAUppercase letters (A, B, C, ...)
    UPPER_ROMANUppercase Roman numerals (I, II, III, IV, ...)
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardListNumbering

    See Also