Uses of Enum
com.pdftools.pdf.XfaType

Packages that use XfaType
Package
Description
 
  • Uses of XfaType in com.pdftools.pdf

    Methods in com.pdftools.pdf that return XfaType
    Modifier and Type
    Method
    Description
    Document.getXfa()
    Whether the document is an XML Forms Architecture (XFA) or a PDF document (Getter)
    static XfaType
    XfaType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static XfaType[]
    XfaType.values()
    Returns an array containing the constants of this enum type, in the order they are declared.