Uses of Enum Class
org.apache.fop.render.pdf.extensions.PDFDictionaryType
Packages that use PDFDictionaryType
-
Uses of PDFDictionaryType in org.apache.fop.render.pdf.extensions
Fields in org.apache.fop.render.pdf.extensions declared as PDFDictionaryTypeMethods in org.apache.fop.render.pdf.extensions that return PDFDictionaryTypeModifier and TypeMethodDescriptionPDFDictionaryExtension.getDictionaryType()
static PDFDictionaryType
Returns the enum constant of this class with the specified name.(package private) static PDFDictionaryType
PDFDictionaryType.valueOfElementName
(String elementName) static PDFDictionaryType[]
PDFDictionaryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.fop.render.pdf.extensions with parameters of type PDFDictionaryTypeModifier and TypeMethodDescriptionprivate static PDFDictionaryExtension
PDFDictionaryElement.createExtension
(PDFDictionaryType type) Constructors in org.apache.fop.render.pdf.extensions with parameters of type PDFDictionaryTypeModifierConstructorDescription(package private)
PDFDictionaryElement
(FONode parent, PDFDictionaryType type) Main constructor(package private)
PDFDictionaryExtension
(PDFDictionaryType dictionaryType)