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
Fields in org.apache.fop.render.pdf.extensions declared as PDFDictionaryType Modifier and Type Field Description private PDFDictionaryTypePDFDictionaryExtension. dictionaryTypeMethods in org.apache.fop.render.pdf.extensions that return PDFDictionaryType Modifier and Type Method Description PDFDictionaryTypePDFDictionaryExtension. getDictionaryType()static PDFDictionaryTypePDFDictionaryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.(package private) static PDFDictionaryTypePDFDictionaryType. valueOfElementName(java.lang.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 PDFDictionaryType Modifier and Type Method Description private static PDFDictionaryExtensionPDFDictionaryElement. createExtension(PDFDictionaryType type)Constructors in org.apache.fop.render.pdf.extensions with parameters of type PDFDictionaryType Constructor Description PDFDictionaryElement(FONode parent, PDFDictionaryType type)Main constructorPDFDictionaryExtension(PDFDictionaryType dictionaryType)
-