|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfIndirectReference
com.itextpdf.text.pdf.PRIndirectReference
public class PRIndirectReference
| Field Summary | |
|---|---|
protected PdfReader |
reader
|
| Fields inherited from class com.itextpdf.text.pdf.PdfIndirectReference |
|---|
generation, number |
| Fields inherited from class com.itextpdf.text.pdf.PdfObject |
|---|
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
| Method Summary | |
|---|---|
PdfReader |
getReader()
|
void |
setNumber(int number,
int generation)
|
void |
toPdf(PdfWriter writer,
java.io.OutputStream os)
Writes the PDF representation of this PdfObject as an
array of bytes to the writer. |
| Methods inherited from class com.itextpdf.text.pdf.PdfIndirectReference |
|---|
getGeneration, getNumber, toString |
| Methods inherited from class com.itextpdf.text.pdf.PdfObject |
|---|
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected PdfReader reader
| Method Detail |
|---|
public void toPdf(PdfWriter writer,
java.io.OutputStream os)
throws java.io.IOException
PdfObjectPdfObject as an
array of bytes to the writer.
toPdf in class PdfObjectwriter - for backwards compatibilityos - The OutputStream to write the bytes to.
java.io.IOExceptionpublic PdfReader getReader()
public void setNumber(int number,
int generation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||