| |
|
| java.lang.Object it.stefanochizzolini.clown.objects.PdfObject it.stefanochizzolini.clown.objects.PdfIndirectObject
Constructor Summary | |
public | PdfIndirectObject(File file, PdfDataObject dataObject, XRefEntry xrefEntry) Remarks
For internal use only.
Parameters: file - Associated file. Parameters: dataObject - Data object associated to the indirect object.It MUST be null if the indirect object is original (i.e. |
PdfIndirectObject | public PdfIndirectObject(File file, PdfDataObject dataObject, XRefEntry xrefEntry)(Code) | | Remarks
For internal use only.
Parameters: file - Associated file. Parameters: dataObject - Data object associated to the indirect object.It MUST be null if the indirect object is original (i.e. coming from an existing file) orfree.It MUST be NOT null if the indirect object is new and in-use. Parameters: xrefEntry - Cross-reference entry associated to the indirect object.If the indirect object is new, its offset field MUST be set to 0 (zero). |
delete | public void delete()(Code) | | |
dropFile | public void dropFile()(Code) | | Remarks
For internal use only.
|
dropOriginal | public void dropOriginal()(Code) | | Remarks
For internal use only.
|
hashCode | public int hashCode()(Code) | | |
isInUse | public boolean isInUse()(Code) | | |
isOriginal | public boolean isOriginal()(Code) | | |
update | public void update()(Code) | | |
|
|
|