java.lang.Object
com.lowagie.text.pdf.PdfIndirectObject
Deprecated.
PdfIndirectObject is the Pdf indirect object.
An indirect object is an object that has been labeled so that it can be referenced by other objects. Any type
of PdfObject may be labeled as an indirect object.
An indirect object consists of an object
identifier, a direct object, and the endobj keyword. The object identifier consists of an integer
object number, an integer
generation number, and the obj keyword.
This object is described in the 'Portable Document Format Reference Manual version 1.7' section 3.2.9 (page 63-65).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intDeprecated.the generation numberprotected intDeprecated.The object number -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns aPdfIndirectReferenceto thisPdfIndirectObject.
-
Field Details
-
number
protected int numberDeprecated.The object number -
generation
protected int generationDeprecated.the generation number
-
-
Method Details
-
getIndirectReference
Deprecated.Returns aPdfIndirectReferenceto thisPdfIndirectObject.- Returns:
- a
PdfIndirectReference
-