public class PDFDPart extends PDFDictionary
entries, order
Constructor and Description |
---|
PDFDPart(PDFDictionary parent) |
Modifier and Type | Method and Description |
---|---|
void |
addPage(PDFPage p) |
int |
output(java.io.OutputStream stream)
Write the PDF represention of this object
|
containsKey, get, getChildren, getChildren, keySet, put, put, remove, writeDictionary
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
public PDFDPart(PDFDictionary parent)
public void addPage(PDFPage p)
public int output(java.io.OutputStream stream) throws java.io.IOException
PDFDictionary
output
in class PDFDictionary
stream
- the stream to write the PDF tojava.io.IOException
- if there is an error writing to the streamCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.