Uses of Class
org.apache.fop.render.pdf.extensions.PDFObjectType
-
Packages that use PDFObjectType Package Description org.apache.fop.render.pdf.extensions -
-
Uses of PDFObjectType in org.apache.fop.render.pdf.extensions
Fields in org.apache.fop.render.pdf.extensions declared as PDFObjectType Modifier and Type Field Description private PDFObjectType
PDFElementMapping.PDFCollectionEntryElementMaker. entryType
private PDFObjectType
PDFObjectExtension. type
Methods in org.apache.fop.render.pdf.extensions that return PDFObjectType Modifier and Type Method Description PDFObjectType
PDFObjectExtension. getType()
static PDFObjectType
PDFObjectType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.(package private) static PDFObjectType
PDFObjectType. valueOfElementName(java.lang.String elementName)
static PDFObjectType[]
PDFObjectType. 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 PDFObjectType Modifier and Type Method Description private boolean
PDFCollectionEntryElement. capturePCData(PDFObjectType type)
private static PDFCollectionEntryExtension
PDFCollectionEntryElement. createExtension(PDFObjectType type)
Constructors in org.apache.fop.render.pdf.extensions with parameters of type PDFObjectType Constructor Description PDFCollectionEntryElement(FONode parent, PDFObjectType type)
PDFCollectionEntryElement(FONode parent, PDFObjectType type, PDFCollectionEntryExtension extension)
PDFCollectionEntryElementMaker(PDFObjectType entryType)
PDFCollectionEntryExtension(PDFObjectType type)
PDFCollectionExtension(PDFObjectType type)
PDFObjectExtension(PDFObjectType type)
-