Uses of Class
org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
-
Packages that use PDFCollectionEntryExtension Package Description org.apache.fop.render.pdf PDF Rendererorg.apache.fop.render.pdf.extensions -
-
Uses of PDFCollectionEntryExtension in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type PDFCollectionEntryExtension Modifier and Type Method Description private 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.extensions Modifier and Type Class Description class
PDFActionExtension
class
PDFArrayExtension
class
PDFCatalogExtension
class
PDFCollectionExtension
class
PDFDictionaryExtension
class
PDFDocumentInformationExtension
class
PDFLayerExtension
class
PDFNavigatorExtension
class
PDFPageExtension
class
PDFPagePieceExtension
class
PDFReferenceExtension
class
PDFVTExtension
Fields in org.apache.fop.render.pdf.extensions declared as PDFCollectionEntryExtension Modifier and Type Field Description private PDFCollectionEntryExtension
PDFCollectionEntryElement. extension
Fields in org.apache.fop.render.pdf.extensions with type parameters of type PDFCollectionEntryExtension Modifier and Type Field Description private java.util.List<PDFCollectionEntryExtension>
PDFArrayExtension. entries
private java.util.List<PDFCollectionEntryExtension>
PDFDictionaryExtension. entries
Methods in org.apache.fop.render.pdf.extensions that return PDFCollectionEntryExtension Modifier and Type Method Description private static PDFCollectionEntryExtension
PDFCollectionEntryElement. createExtension(PDFObjectType type)
PDFCollectionEntryExtension
PDFDictionaryExtension. findEntry(java.lang.String key)
PDFCollectionEntryExtension
PDFCollectionEntryElement. getExtension()
PDFCollectionEntryExtension
PDFArrayExtension. getLastEntry()
abstract PDFCollectionEntryExtension
PDFCollectionExtension. getLastEntry()
PDFCollectionEntryExtension
PDFDictionaryExtension. getLastEntry()
Methods in org.apache.fop.render.pdf.extensions that return types with arguments of type PDFCollectionEntryExtension Modifier and Type Method Description java.util.List<PDFCollectionEntryExtension>
PDFArrayExtension. getEntries()
java.util.List<PDFCollectionEntryExtension>
PDFDictionaryExtension. getEntries()
Methods in org.apache.fop.render.pdf.extensions with parameters of type PDFCollectionEntryExtension Modifier and Type Method Description void
PDFArrayExtension. addEntry(PDFCollectionEntryExtension entry)
abstract void
PDFCollectionExtension. addEntry(PDFCollectionEntryExtension entry)
void
PDFDictionaryExtension. addEntry(PDFCollectionEntryExtension entry)
private static org.xml.sax.helpers.AttributesImpl
PDFDictionaryAttachment. extractIFAttributes(org.xml.sax.helpers.AttributesImpl attributes, PDFCollectionEntryExtension entry)
private void
PDFDictionaryAttachment. toSAX(org.xml.sax.ContentHandler handler, PDFCollectionEntryExtension entry)
Constructors in org.apache.fop.render.pdf.extensions with parameters of type PDFCollectionEntryExtension Constructor Description PDFCollectionEntryElement(FONode parent, PDFObjectType type, PDFCollectionEntryExtension extension)
-