org.freehep.graphicsio.pdf
Class PDF
java.lang.Object
org.freehep.graphicsio.pdf.PDF
- Direct Known Subclasses:
- PDFWriter
public class PDF
- extends Object
Implements the lookup tables.
- Version:
- $Id: PDF.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Mark Donszelmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
protected PDFByteWriter out
name
public PDFName name(String name)
ref
public PDFRef ref(String name)
ref
public PDFRef[] ref(String[] names)
setXRef
protected void setXRef(int objectNumber,
int offset)
xref
protected void xref()
throws IOException
- Throws:
IOException
trailer
protected void trailer(String rootName,
String docInfoName)
throws IOException
- Throws:
IOException
startxref
protected void startxref()
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.