Uses of Enum
org.apache.fop.render.pdf.extensions.PDFObjectType
Packages that use PDFObjectType
-
Uses of PDFObjectType in org.apache.fop.render.pdf.extensions
Subclasses with type arguments of type PDFObjectType in org.apache.fop.render.pdf.extensionsModifier and TypeClassDescriptionenumEnumeration type for leaf PDF object extension types used as singletons, dictionary entries, or array entries.Methods in org.apache.fop.render.pdf.extensions that return PDFObjectTypeModifier and TypeMethodDescriptionPDFObjectExtension.getType()static PDFObjectTypeReturns the enum constant of this type with the specified name.static PDFObjectType[]PDFObjectType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.fop.render.pdf.extensions with parameters of type PDFObjectType