Uses of Class
org.apache.fop.render.pdf.extensions.PDFDictionaryType
-
Packages that use PDFDictionaryType Package Description org.apache.fop.render.pdf.extensions -
-
Uses of PDFDictionaryType in org.apache.fop.render.pdf.extensions
Methods in org.apache.fop.render.pdf.extensions that return PDFDictionaryType Modifier and Type Method Description PDFDictionaryType
PDFDictionaryExtension. getDictionaryType()
static PDFDictionaryType
PDFDictionaryType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PDFDictionaryType[]
PDFDictionaryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-