Uses of Class
org.apache.fop.render.pdf.extensions.PDFDictionaryExtension
-
Packages that use PDFDictionaryExtension Package Description org.apache.fop.render.pdf PDF Rendererorg.apache.fop.render.pdf.extensions -
-
Uses of PDFDictionaryExtension in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type PDFDictionaryExtension Modifier and Type Method Description voidPDFRenderingUtil. addLayer(PDFDictionaryExtension extension)voidPDFRenderingUtil. addNavigator(PDFDictionaryExtension extension)voidPDFRenderingUtil. addNavigatorAction(PDFDictionaryExtension extension)private PDFDictionaryPDFRenderingUtil. augmentDictionary(PDFDictionary dictionary, PDFDictionaryExtension extension)voidPDFRenderingUtil. renderDictionaryExtension(PDFDictionaryExtension extension, PDFPage currentPage) -
Uses of PDFDictionaryExtension in org.apache.fop.render.pdf.extensions
Subclasses of PDFDictionaryExtension in org.apache.fop.render.pdf.extensions Modifier and Type Class Description classPDFActionExtensionclassPDFCatalogExtensionclassPDFDocumentInformationExtensionclassPDFLayerExtensionclassPDFNavigatorExtensionclassPDFPageExtensionclassPDFPagePieceExtensionclassPDFVTExtensionFields in org.apache.fop.render.pdf.extensions declared as PDFDictionaryExtension Modifier and Type Field Description private PDFDictionaryExtensionPDFDictionaryAttachment. extensionMethods in org.apache.fop.render.pdf.extensions that return PDFDictionaryExtension Modifier and Type Method Description private static PDFDictionaryExtensionPDFDictionaryElement. createExtension(PDFDictionaryType type)PDFDictionaryExtensionPDFDictionaryElement. getDictionaryExtension()PDFDictionaryExtensionPDFDictionaryAttachment. getExtension()Methods in org.apache.fop.render.pdf.extensions with parameters of type PDFDictionaryExtension Modifier and Type Method Description private static org.xml.sax.helpers.AttributesImplPDFDictionaryAttachment. extractIFAttributes(org.xml.sax.helpers.AttributesImpl attributes, PDFDictionaryExtension dictionary)private voidPDFDictionaryAttachment. toSAX(org.xml.sax.ContentHandler handler, PDFDictionaryExtension dictionary)Constructors in org.apache.fop.render.pdf.extensions with parameters of type PDFDictionaryExtension Constructor Description PDFDictionaryAttachment(PDFDictionaryExtension extension)
-