Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.pdf |
Modifier and Type | Method and Description |
---|---|
PdfIndirectReference |
Image.getDirectReference()
Getter for property directReference.
|
Modifier and Type | Method and Description |
---|---|
void |
Image.setDirectReference(PdfIndirectReference directReference)
Setter for property directReference.
|
Modifier and Type | Class and Description |
---|---|
class |
PRIndirectReference |
Modifier and Type | Field and Description |
---|---|
protected PdfIndirectReference |
PdfCopy.acroForm |
protected PdfIndirectReference |
PdfShadingPattern.patternReference |
protected PdfIndirectReference |
PdfStream.ref |
protected PdfIndirectReference |
PdfLayer.ref |
protected PdfIndirectReference |
PdfFileSpecification.ref |
protected PdfIndirectReference |
PdfFunction.reference |
protected PdfIndirectReference |
PdfAnnotation.reference
Reference to this annotation.
|
protected PdfIndirectReference |
PdfShading.shadingReference |
protected PdfIndirectReference |
PdfTemplate.thisReference
The indirect reference to this template
|
protected PdfIndirectReference |
PdfDocument.thumb |
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,PdfIndirectReference> |
PdfDocument.documentFileAttachment |
protected HashMap<String,PdfIndirectReference> |
PdfDocument.documentLevelJS |
protected LinkedHashMap<PdfIndirectReference,Object[]> |
PdfWriter.formXObjects
The form XObjects in this document.
|
protected HashMap<PdfStream,PdfIndirectReference> |
PdfWriter.JBIG2Globals
A HashSet with Stream objects containing JBIG2 Globals
|
protected ArrayList<PdfIndirectReference> |
PdfWriter.pageReferences
The PdfIndirectReference to the pages.
|
Modifier and Type | Method and Description |
---|---|
protected PdfIndirectReference |
PdfWriter.add(PdfICCBased icc) |
PdfIndirectReference |
PdfCopy.add(PdfOutline outline) |
protected PdfIndirectReference |
PdfSmartCopy.copyIndirect(PRIndirectReference in)
Translate a PRIndirectReference to a PdfIndirectReference
In addition, translates the object numbers, and copies the
referenced object to the output file if it wasn't available
in the cache yet.
|
protected PdfIndirectReference |
PdfCopy.copyIndirect(PRIndirectReference in)
Translate a PRIndirectReference to a PdfIndirectReference
In addition, translates the object numbers, and copies the
referenced object to the output file.
|
PdfIndirectReference |
PdfArray.getAsIndirectObject(int idx)
Returns a
PdfObject as a PdfIndirectReference . |
PdfIndirectReference |
PdfDictionary.getAsIndirectObject(PdfName key)
Returns a
PdfObject as a PdfIndirectReference . |
PdfIndirectReference |
PdfTemplate.getIndirectReference()
Gets the indirect reference to this template.
|
PdfIndirectReference |
PdfIndirectObject.getIndirectReference()
Returns a
PdfIndirectReference to this PdfIndirectObject . |
PdfIndirectReference |
PdfAnnotation.getIndirectReference()
Returns an indirect reference to the annotation
|
PdfIndirectReference |
PdfWriter.getPageReference(int page)
Use this method to get a reference to a page existing or not.
|
PdfIndirectReference |
PdfWriter.getPdfIndirectReference()
Use this to get an
PdfIndirectReference for an object that
will be created in the future. |
PdfIndirectReference |
PdfOCG.getRef()
Gets the
PdfIndirectReference that represents this layer. |
PdfIndirectReference |
PdfLayerMembership.getRef()
Gets the
PdfIndirectReference that represents this membership layer. |
PdfIndirectReference |
PdfLayer.getRef()
Gets the
PdfIndirectReference that represents this layer. |
PdfIndirectReference |
PdfStructureTreeRoot.getReference()
Gets the reference this object will be written to.
|
PdfIndirectReference |
PdfStructureElement.getReference()
Gets the reference this object will be written to.
|
PdfIndirectReference |
PdfFileSpecification.getReference()
Gets the indirect reference to this file specification.
|
protected PdfIndirectReference |
PdfWriter.getReferenceJBIG2Globals(byte[] content)
Gets an indirect reference to a JBIG2 Globals stream.
|
PdfIndirectReference |
AcroFields.Item.getWidgetRef(int idx)
Retrieve the reference to the given instance
|
PdfIndirectReference |
PdfOutline.indirectReference()
Gets the indirect reference of this
PdfOutline . |
Modifier and Type | Method and Description |
---|---|
PdfName |
PdfWriter.addDirectImageSimple(Image image,
PdfIndirectReference fixedRef)
Adds an image to the document but not to the page resources.
|
void |
PdfAcroForm.addDocumentField(PdfIndirectReference ref)
Adds documentFields.
|
boolean |
PdfDestination.addPage(PdfIndirectReference page)
Adds the indirect reference of the destination page.
|
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
PdfIndirectReference ref)
Use this method to add a PDF object to the PDF body.
|
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
PdfIndirectReference ref,
boolean inObjStm)
Use this method to add a PDF object to the PDF body.
|
protected PdfDictionary |
PdfWriter.getCatalog(PdfIndirectReference rootObj) |
protected PdfDictionary |
PdfCopy.getCatalog(PdfIndirectReference rootObj) |
static Object[] |
SimpleBookmark.iterateOutlines(PdfWriter writer,
PdfIndirectReference parent,
List kids,
boolean namedAsNames) |
static PdfAction |
PdfAction.rendition(String file,
PdfFileSpecification fs,
String mimeType,
PdfIndirectReference ref)
Creates a Rendition action
|
boolean |
PdfOutline.setDestinationPage(PdfIndirectReference pageReference)
Set the page of the
PdfDestination -object. |
void |
PdfOutline.setIndirectReference(PdfIndirectReference reference)
Sets the indirect reference of this
PdfOutline . |
Constructor and Description |
---|
PdfImage(Image image,
String name,
PdfIndirectReference maskRef)
Constructs a
PdfImage -object. |
Copyright © 2018. All rights reserved.