Uses of Class
org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
Packages that use PDFCollectionEntryExtension
-
Uses of PDFCollectionEntryExtension in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type PDFCollectionEntryExtensionModifier and TypeMethodDescriptionprivate void
PDFRenderingUtil.augmentArray
(PDFArray array, PDFCollectionEntryExtension entry) private void
PDFRenderingUtil.augmentDictionary
(PDFDictionary dictionary, PDFCollectionEntryExtension entry) -
Uses of PDFCollectionEntryExtension in org.apache.fop.render.pdf.extensions
Subclasses of PDFCollectionEntryExtension in org.apache.fop.render.pdf.extensionsModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
Fields in org.apache.fop.render.pdf.extensions declared as PDFCollectionEntryExtensionModifier and TypeFieldDescriptionprivate PDFCollectionEntryExtension
PDFCollectionEntryElement.extension
Fields in org.apache.fop.render.pdf.extensions with type parameters of type PDFCollectionEntryExtensionModifier and TypeFieldDescriptionprivate List<PDFCollectionEntryExtension>
PDFArrayExtension.entries
private List<PDFCollectionEntryExtension>
PDFDictionaryExtension.entries
Methods in org.apache.fop.render.pdf.extensions that return PDFCollectionEntryExtensionModifier and TypeMethodDescriptionprivate static PDFCollectionEntryExtension
PDFCollectionEntryElement.createExtension
(PDFObjectType type) PDFCollectionEntryElement.getExtension()
PDFArrayExtension.getLastEntry()
abstract PDFCollectionEntryExtension
PDFCollectionExtension.getLastEntry()
PDFDictionaryExtension.getLastEntry()
Methods in org.apache.fop.render.pdf.extensions that return types with arguments of type PDFCollectionEntryExtensionModifier and TypeMethodDescriptionPDFArrayExtension.getEntries()
PDFDictionaryExtension.getEntries()
Methods in org.apache.fop.render.pdf.extensions with parameters of type PDFCollectionEntryExtensionModifier and TypeMethodDescriptionvoid
PDFArrayExtension.addEntry
(PDFCollectionEntryExtension entry) abstract void
PDFCollectionExtension.addEntry
(PDFCollectionEntryExtension entry) void
PDFDictionaryExtension.addEntry
(PDFCollectionEntryExtension entry) private static AttributesImpl
PDFDictionaryAttachment.extractIFAttributes
(AttributesImpl attributes, PDFCollectionEntryExtension entry) private void
PDFDictionaryAttachment.toSAX
(ContentHandler handler, PDFCollectionEntryExtension entry) Constructors in org.apache.fop.render.pdf.extensions with parameters of type PDFCollectionEntryExtensionModifierConstructorDescription(package private)
PDFCollectionEntryElement
(FONode parent, PDFObjectType type, PDFCollectionEntryExtension extension)