Class PDFDictionaryAttachment
- java.lang.Object
-
- org.apache.fop.render.pdf.extensions.PDFExtensionAttachment
-
- org.apache.fop.render.pdf.extensions.PDFDictionaryAttachment
-
- All Implemented Interfaces:
ExtensionAttachment
,org.apache.xmlgraphics.util.XMLizable
public class PDFDictionaryAttachment extends PDFExtensionAttachment
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.pdf.extensions.PDFExtensionAttachment
CATEGORY, PREFIX
-
-
Constructor Summary
Constructors Constructor Description PDFDictionaryAttachment(PDFDictionaryExtension extension)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFDictionaryExtension
getExtension()
void
toSAX(org.xml.sax.ContentHandler handler)
-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFExtensionAttachment
getCategory, getPrefix
-
-
-
-
Constructor Detail
-
PDFDictionaryAttachment
public PDFDictionaryAttachment(PDFDictionaryExtension extension)
-
-
Method Detail
-
getExtension
public PDFDictionaryExtension getExtension()
-
toSAX
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
-