Uses of Enum
org.apache.fop.render.pdf.extensions.PDFDictionaryType
Packages that use PDFDictionaryType
-
Uses of PDFDictionaryType in org.apache.fop.render.pdf.extensions
Subclasses with type arguments of type PDFDictionaryType in org.apache.fop.render.pdf.extensionsModifier and TypeClassDescriptionenumEnumeration type for PDF dictionary extension elements.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 PDFDictionaryTypeReturns the enum constant of this type with the specified name.(package private) static PDFDictionaryTypePDFDictionaryType.valueOfElementName(String elementName) static PDFDictionaryType[]PDFDictionaryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.fop.render.pdf.extensions with parameters of type PDFDictionaryTypeModifier and TypeMethodDescriptionprivate static PDFDictionaryExtensionPDFDictionaryElement.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)