Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected HashMap<RefKey,PdfIndirectObject> |
PdfCopy.indirectObjects |
protected ArrayList<PdfIndirectObject> |
PdfCopy.savedObjects |
Modifier and Type | Method and Description |
---|---|
protected PdfIndirectObject |
PdfWriter.PdfBody.add(PdfObject object,
int refNumber,
int generation,
boolean inObjStm) |
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object)
Use this method to add a PDF object to the PDF body.
|
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
boolean inObjStm)
Use this method to add a PDF object to the PDF body.
|
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
int refNumber)
Use this method to add a PDF object to the PDF body.
|
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
int refNumber,
boolean inObjStm)
Use this method to add a PDF object to the PDF body.
|
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
PdfIndirectReference ref)
Use this method to add a PDF object to the PDF body.
|
PdfIndirectObject |
PdfCopy.addToBody(PdfObject object,
PdfIndirectReference ref) |
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
PdfIndirectReference ref,
boolean inObjStm)
Use this method to add a PDF object to the PDF body.
|
PdfIndirectObject |
PdfCopy.addToBody(PdfObject object,
PdfIndirectReference ref,
boolean formBranching) |
Modifier and Type | Method and Description |
---|---|
protected void |
PdfWriter.cacheObject(PdfIndirectObject iobj)
Use this method for caching objects.
|
protected void |
PdfCopy.cacheObject(PdfIndirectObject iobj) |
protected void |
PdfWriter.PdfBody.write(PdfIndirectObject indirect,
int refNumber) |
protected void |
PdfWriter.PdfBody.write(PdfIndirectObject indirect,
int refNumber,
int generation) |
Copyright © 2015. All rights reserved.