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 PDFDictionaryType
PDFDictionaryExtension. dictionaryType
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.(package private) static PDFDictionaryType
PDFDictionaryType. 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 PDFDictionaryExtension
PDFDictionaryElement. 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)
-