|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.PDFDPart
public class PDFDPart
| Field Summary |
|---|
| Fields inherited from class org.apache.fop.pdf.PDFDictionary |
|---|
entries, order |
| Fields inherited from class org.apache.fop.pdf.PDFObject |
|---|
log |
| Constructor Summary | |
|---|---|
PDFDPart(PDFDictionary parent)
|
|
| Method Summary | |
|---|---|
void |
addPage(PDFPage p)
|
int |
output(java.io.OutputStream stream)
Write the PDF represention of this object |
| Methods inherited from class org.apache.fop.pdf.PDFDictionary |
|---|
containsKey, get, getChildren, getChildren, keySet, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFDPart(PDFDictionary parent)
| Method Detail |
|---|
public void addPage(PDFPage p)
public int output(java.io.OutputStream stream)
throws java.io.IOException
PDFDictionary
output in class PDFDictionarystream - the stream to write the PDF to
java.io.IOException - if there is an error writing to the stream
|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||