Class PRIndirectReference
java.lang.Object
com.aowagie.text.pdf.PdfObject
com.aowagie.text.pdf.PdfIndirectReference
com.aowagie.text.pdf.PRIndirectReference
-
Field Summary
Fields inherited from class PdfIndirectReference
generation, number -
Method Summary
Modifier and TypeMethodDescriptionvoidtoPdf(PdfWriter writer, OutputStream os) Writes the PDF representation of thisPdfObjectas an array ofbytes to the writer.Methods inherited from class PdfIndirectReference
getGeneration, getNumber, toStringMethods inherited from class PdfObject
getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
Method Details
-
toPdf
Description copied from class:PdfObjectWrites the PDF representation of thisPdfObjectas an array ofbytes to the writer.- Overrides:
toPdfin classPdfObject- Parameters:
writer- for backwards compatibilityos- TheOutputStreamto write the bytes to.- Throws:
IOException- Exception with a I/O error
-
getReader
-