Uses of Class
org.apache.fop.pdf.PDFInfo.StandardKey
-
Packages that use PDFInfo.StandardKey Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFInfo.StandardKey in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFInfo.StandardKey Modifier and Type Method Description static PDFInfo.StandardKey
PDFInfo.StandardKey. get(java.lang.String name)
Returns the standard key that corresponds to the given name.static PDFInfo.StandardKey
PDFInfo.StandardKey. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PDFInfo.StandardKey[]
PDFInfo.StandardKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-