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 void
PDFRenderingUtil. addLayer(PDFDictionaryExtension extension)
void
PDFRenderingUtil. addNavigator(PDFDictionaryExtension extension)
void
PDFRenderingUtil. addNavigatorAction(PDFDictionaryExtension extension)
private PDFDictionary
PDFRenderingUtil. augmentDictionary(PDFDictionary dictionary, PDFDictionaryExtension extension)
void
PDFRenderingUtil. 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 class
PDFActionExtension
class
PDFCatalogExtension
class
PDFDocumentInformationExtension
class
PDFLayerExtension
class
PDFNavigatorExtension
class
PDFPageExtension
class
PDFPagePieceExtension
class
PDFVTExtension
Fields in org.apache.fop.render.pdf.extensions declared as PDFDictionaryExtension Modifier and Type Field Description private PDFDictionaryExtension
PDFDictionaryAttachment. extension
Methods in org.apache.fop.render.pdf.extensions that return PDFDictionaryExtension Modifier and Type Method Description private static PDFDictionaryExtension
PDFDictionaryElement. createExtension(PDFDictionaryType type)
PDFDictionaryExtension
PDFDictionaryElement. getDictionaryExtension()
PDFDictionaryExtension
PDFDictionaryAttachment. 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.AttributesImpl
PDFDictionaryAttachment. extractIFAttributes(org.xml.sax.helpers.AttributesImpl attributes, PDFDictionaryExtension dictionary)
private void
PDFDictionaryAttachment. 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)
-