com.lowagie.text.pdf
Class PRIndirectReference
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfIndirectReference
com.lowagie.text.pdf.PRIndirectReference
public class PRIndirectReference
- extends PdfIndirectReference
Fields inherited from class com.lowagie.text.pdf.PdfObject |
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Methods inherited from class com.lowagie.text.pdf.PdfObject |
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
reader
protected PdfReader reader
toPdf
public void toPdf(PdfWriter writer,
OutputStream os)
throws IOException
- Description copied from class:
PdfObject
- Writes the PDF representation of this
PdfObject
as an array of byte
s to the writer.
- Overrides:
toPdf
in class PdfObject
- Parameters:
writer
- for backwards compatibilityos
- the outputstream to write the bytes to.
- Throws:
IOException
getReader
public PdfReader getReader()
setNumber
public void setNumber(int number,
int generation)
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.