Uses of Enum
org.apache.fop.render.pdf.extensions.PDFObjectType
Packages that use PDFObjectType
-
Uses of PDFObjectType in org.apache.fop.render.pdf.extensions
Fields in org.apache.fop.render.pdf.extensions declared as PDFObjectTypeModifier and TypeFieldDescriptionprivate PDFObjectType
PDFElementMapping.PDFCollectionEntryElementMaker.entryType
private PDFObjectType
PDFObjectExtension.type
Methods in org.apache.fop.render.pdf.extensions that return PDFObjectTypeModifier and TypeMethodDescriptionPDFObjectExtension.getType()
static PDFObjectType
Returns the enum constant of this type with the specified name.(package private) static PDFObjectType
PDFObjectType.valueOfElementName
(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 PDFObjectTypeModifier and TypeMethodDescriptionprivate boolean
PDFCollectionEntryElement.capturePCData
(PDFObjectType type) private static PDFCollectionEntryExtension
PDFCollectionEntryElement.createExtension
(PDFObjectType type) Constructors in org.apache.fop.render.pdf.extensions with parameters of type PDFObjectTypeModifierConstructorDescription(package private)
PDFCollectionEntryElement
(FONode parent, PDFObjectType type) (package private)
PDFCollectionEntryElement
(FONode parent, PDFObjectType type, PDFCollectionEntryExtension extension) (package private)
PDFCollectionEntryElementMaker
(PDFObjectType entryType) (package private)
protected
(package private)