Package org.apache.fop.pdf
Class PDFDPartRoot
- java.lang.Object
-
- org.apache.fop.pdf.PDFObject
-
- org.apache.fop.pdf.PDFDictionary
-
- org.apache.fop.pdf.PDFDPartRoot
-
- All Implemented Interfaces:
PDFWritable
public class PDFDPartRoot extends PDFDictionary
-
-
Constructor Summary
Constructors Constructor Description PDFDPartRoot(PDFDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(PDFDPart part)
-
Methods inherited from class org.apache.fop.pdf.PDFDictionary
containsKey, get, getChildren, getChildren, keySet, output, put, put, remove, writeDictionary
-
Methods inherited from class org.apache.fop.pdf.PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
-
-
-
-
Constructor Detail
-
PDFDPartRoot
public PDFDPartRoot(PDFDocument document)
-
-
Method Detail
-
add
public void add(PDFDPart part)
-
-