Uses of Class
com.aowagie.text.pdf.PdfIndirectReference
-
Packages that use PdfIndirectReference Package Description com.aowagie.text com.aowagie.text.pdf -
-
Uses of PdfIndirectReference in com.aowagie.text
Fields in com.aowagie.text declared as PdfIndirectReference Modifier and Type Field Description private PdfIndirectReference
Image. directReference
Holds value of property directReference.Methods in com.aowagie.text that return PdfIndirectReference Modifier and Type Method Description PdfIndirectReference
Image. getDirectReference()
Getter for property directReference.Methods in com.aowagie.text with parameters of type PdfIndirectReference Modifier and Type Method Description void
Image. setDirectReference(PdfIndirectReference directReference)
Setter for property directReference. -
Uses of PdfIndirectReference in com.aowagie.text.pdf
Subclasses of PdfIndirectReference in com.aowagie.text.pdf Modifier and Type Class Description class
PRIndirectReference
Fields in com.aowagie.text.pdf declared as PdfIndirectReference Modifier and Type Field Description private PdfIndirectReference
PdfCopy. acroForm
private PdfIndirectReference
ColorDetails. indirectReference
The indirect reference to this colorprivate PdfIndirectReference
FontDetails. indirectReference
The indirect reference to this fontprivate PdfIndirectReference
PdfShadingPattern. patternReference
private PdfIndirectReference
PdfFileSpecification. ref
private PdfIndirectReference
PdfLayer. ref
private PdfIndirectReference
PdfLayerMembership. ref
private PdfIndirectReference
PdfStream. ref
private PdfIndirectReference
PdfAnnotation. reference
Reference to this annotation.private PdfIndirectReference
PdfFunction. reference
private PdfIndirectReference
PdfOutline. reference
thePdfIndirectReference
of this objectprivate PdfIndirectReference
PdfStructureElement. reference
Holds value of property reference.private PdfIndirectReference
PdfStructureTreeRoot. reference
private PdfIndirectReference
PdfShading. shadingReference
private PdfIndirectReference
PdfCopy.IndirectReferences. theRef
protected PdfIndirectReference
PdfTemplate. thisReference
The indirect reference to this templateprivate PdfIndirectReference
PdfDocument. thumb
private PdfIndirectReference
PdfPages. topParent
Methods in com.aowagie.text.pdf that return PdfIndirectReference Modifier and Type Method Description (package private) PdfIndirectReference
PdfCopy. add(PdfPage page, PdfContents contents)
private PdfIndirectReference
PdfWriter. add(PdfICCBased icc)
private PdfIndirectReference
PdfWriter. add(PdfImage pdfImage, PdfIndirectReference fixedRef)
Writes aPdfImage
to the outputstream.(package private) PdfIndirectReference
PdfWriter. add(PdfPage page, PdfContents contents)
Adds somePdfContents
to this Writer.(package private) PdfIndirectReference
PdfPages. addPageRef(PdfIndirectReference pageRef)
private 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.(package private) PdfIndirectReference
PdfArray. getAsIndirectObject(int idx)
Returns aPdfObject
as aPdfIndirectReference
.(package private) PdfIndirectReference
PdfDictionary. getAsIndirectObject(PdfName key)
Returns aPdfObject
as aPdfIndirectReference
.(package private) PdfIndirectReference
PdfReader. getCryptoRef()
(package private) PdfIndirectReference
PdfWriter. getCurrentPage()
(package private) PdfIndirectReference
PdfWriter. getImageReference(PdfName name)
return thePdfIndirectReference
to the image with a given name.(package private) PdfIndirectReference
ColorDetails. getIndirectReference()
Gets the indirect reference to this color.(package private) PdfIndirectReference
DocumentFont. getIndirectReference()
(package private) PdfIndirectReference
FontDetails. getIndirectReference()
Gets the indirect reference to this font.PdfIndirectReference
PdfAnnotation. getIndirectReference()
Returns an indirect reference to the annotationPdfIndirectReference
PdfIndirectObject. getIndirectReference()
Returns aPdfIndirectReference
to thisPdfIndirectObject
.PdfIndirectReference
PdfTemplate. getIndirectReference()
Gets the indirect reference to this template.private PdfIndirectReference
PdfCopyFieldsImp. getNewReference(PRIndirectReference ref)
PdfIndirectReference
PdfCopyFieldsImp. getPageReference(int page)
PdfIndirectReference
PdfStamperImp. getPageReference(int page)
PdfIndirectReference
PdfWriter. getPageReference(int page)
Use this method to get a reference to a page existing or not.(package private) PdfIndirectReference
PdfShadingPattern. getPatternReference()
PdfIndirectReference
PdfWriter. getPdfIndirectReference()
Use this to get anPdfIndirectReference
for an object that will be created in the future.(package private) PdfIndirectReference
PdfWriter.PdfBody. getPdfIndirectReference()
Gets a PdfIndirectReference for an object that will be created in the future.private PdfIndirectReference
PdfCopy.IndirectReferences. getRef()
PdfIndirectReference
PdfLayer. getRef()
Gets thePdfIndirectReference
that represents this layer.PdfIndirectReference
PdfLayerMembership. getRef()
Gets thePdfIndirectReference
that represents this membership layer.PdfIndirectReference
PdfOCG. getRef()
Gets thePdfIndirectReference
that represents this layer.PdfIndirectReference
PdfFileSpecification. getReference()
Gets the indirect reference to this file specification.(package private) PdfIndirectReference
PdfFunction. getReference()
PdfIndirectReference
PdfStructureElement. getReference()
Gets the reference this object will be written to.PdfIndirectReference
PdfStructureTreeRoot. getReference()
Gets the reference this object will be written to.protected PdfIndirectReference
PdfWriter. getReferenceJBIG2Globals(byte[] content)
Gets an indirect reference to a JBIG2 Globals stream.(package private) PdfIndirectReference
PdfShading. getShadingReference()
private PdfIndirectReference
PdfShadingPattern. getShadingReference()
PdfIndirectReference
AcroFields.Item. getWidgetRef(int idx)
Retrieve the reference to the given instancePdfIndirectReference
PdfOutline. indirectReference()
Gets the indirect reference of thisPdfOutline
.(package private) PdfIndirectReference
PdfPages. writePageTree()
Methods in com.aowagie.text.pdf with parameters of type PdfIndirectReference Modifier and Type Method Description (package private) void
PdfPage. add(PdfIndirectReference contents)
Adds an indirect reference pointing to aPdfContents
-object.private PdfIndirectReference
PdfWriter. add(PdfImage pdfImage, PdfIndirectReference fixedRef)
Writes aPdfImage
to the outputstream.(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, PdfIndirectReference ref)
Adds aPdfObject
to the body given an already existing PdfIndirectReference.private PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, PdfIndirectReference ref, boolean inObjStm)
(package private) PdfName
PageResources. addColor(PdfName name, PdfIndirectReference reference)
private 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.private void
PdfCopy.PageStamp. addDocumentField(PdfIndirectReference ref)
private void
PdfStamperImp. addDocumentField(PdfIndirectReference ref)
(package private) PdfName
PageResources. addExtGState(PdfName name, PdfIndirectReference reference)
(package private) PdfName
PageResources. addFont(PdfName name, PdfIndirectReference reference)
boolean
PdfDestination. addPage(PdfIndirectReference page)
Adds the indirect reference of the destination page.(package private) PdfIndirectReference
PdfPages. addPageRef(PdfIndirectReference pageRef)
(package private) PdfName
PageResources. addPattern(PdfName name, PdfIndirectReference reference)
(package private) PdfName
PageResources. addProperty(PdfName name, PdfIndirectReference reference)
(package private) PdfName
PageResources. addShading(PdfName name, PdfIndirectReference reference)
(package private) PdfObject[]
PdfWriter. addSimpleProperty(java.lang.Object prop, PdfIndirectReference refi)
(package private) void
PdfContentByte. addTemplateReference(PdfIndirectReference template, PdfName name, float a, float b, float c, float d, float e, float f)
PdfIndirectObject
PdfWriter. addToBody(PdfObject object, PdfIndirectReference ref)
Use this method to add a PDF object to the PDF body.(package private) PdfIndirectObject
PdfWriter. addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm)
Use this method to add a PDF object to the PDF body.(package private) void
AcroFields.Item. addWidgetRef(PdfIndirectReference widgRef)
Add a widget ref to this Item(package private) PdfName
PageResources. addXObject(PdfName name, PdfIndirectReference reference)
private void
PdfCopyFieldsImp. adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn)
private PdfArray
PdfCopyFieldsImp. branchForm(java.util.HashMap level, PdfIndirectReference parent, java.lang.String fname)
protected PdfDictionary
PdfCopy. getCatalog(PdfIndirectReference rootObj)
protected PdfDictionary
PdfCopyFieldsImp. getCatalog(PdfIndirectReference rootObj)
(package private) PdfDocument.PdfCatalog
PdfDocument. getCatalog(PdfIndirectReference pages)
Gets thePdfCatalog
-object.protected PdfDictionary
PdfWriter. getCatalog(PdfIndirectReference rootObj)
private PdfDictionary
CJKFont. getCIDFont(PdfIndirectReference fontDescriptor, IntHashtable cjkTag)
private PdfDictionary
TrueTypeFontUnicode. getCIDFontType2(PdfIndirectReference fontDescriptor, java.lang.String subsetPrefix, java.lang.Object[] metrics)
Generates the CIDFontTyte2 dictionary.private PdfDictionary
CJKFont. getFontBaseType(PdfIndirectReference CIDFont)
protected PdfDictionary
TrueTypeFont. getFontBaseType(PdfIndirectReference fontDescriptor, java.lang.String subsetPrefix, int firstChar, int lastChar, byte[] shortTag)
Generates the font dictionary for this font.private PdfDictionary
TrueTypeFontUnicode. getFontBaseType(PdfIndirectReference descendant, java.lang.String subsetPrefix, PdfIndirectReference toUnicode)
Generates the font dictionary.private PdfDictionary
Type1Font. getFontBaseType(PdfIndirectReference fontDescriptor, int firstChar, int lastChar, byte[] shortTag)
Generates the font dictionary for this font.protected PdfDictionary
TrueTypeFont. getFontDescriptor(PdfIndirectReference fontStream, java.lang.String subsetPrefix, PdfIndirectReference cidset)
Generates the font descriptor for this font.private PdfDictionary
Type1Font. getFontDescriptor(PdfIndirectReference fontStream)
Generates the font descriptor for this font ornull
if it is one of the 14 built in fonts.private static int
SimpleBookmark. getNumber(PdfIndirectReference indirect)
Gets number of indirect.(package private) static java.lang.Object[]
SimpleBookmark. iterateOutlines(PdfWriter writer, PdfIndirectReference parent, java.util.List kids, boolean namedAsNames)
private void
PdfStructureTreeRoot. nodeProcess(PdfDictionary struc, PdfIndirectReference reference)
private void
PdfCopyFieldsImp. propagate(PdfObject obj, PdfIndirectReference refo, boolean restricted)
(package private) static PdfAction
PdfAction. rendition(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType, PdfIndirectReference ref)
Creates a Rendition actionboolean
PdfOutline. setDestinationPage(PdfIndirectReference pageReference)
Set the page of thePdfDestination
-object.void
PdfOutline. setIndirectReference(PdfIndirectReference reference)
Sets the indirect reference of thisPdfOutline
.(package private) void
PdfLayer. setRef(PdfIndirectReference ref)
Sets thePdfIndirectReference
that represents this layer.(package private) void
PdfWriter.PdfBody. writeCrossReferenceTable(java.io.OutputStream os, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, int prevxref)
Returns the CrossReferenceTable of theBody
.(package private) abstract void
BaseFont. writeFont(PdfWriter writer, PdfIndirectReference ref, java.lang.Object[] params)
Outputs to the writer the font dictionaries and streams.(package private) void
CJKFont. writeFont(PdfWriter writer, PdfIndirectReference ref, java.lang.Object[] params)
(package private) void
DocumentFont. writeFont(PdfWriter writer, PdfIndirectReference ref, java.lang.Object[] params)
Outputs to the writer the font dictionaries and streams.(package private) void
TrueTypeFont. writeFont(PdfWriter writer, PdfIndirectReference ref, java.lang.Object[] params)
Outputs to the writer the font dictionaries and streams.(package private) void
TrueTypeFontUnicode. writeFont(PdfWriter writer, PdfIndirectReference ref, java.lang.Object[] params)
Outputs to the writer the font dictionaries and streams.(package private) void
Type1Font. writeFont(PdfWriter writer, PdfIndirectReference ref, java.lang.Object[] params)
Outputs to the writer the font dictionaries and streams.Constructors in com.aowagie.text.pdf with parameters of type PdfIndirectReference Constructor Description ColorDetails(PdfName colorName, PdfIndirectReference indirectReference, PdfSpotColor scolor)
Each spot color used in a document has an instance of this class.FontDetails(PdfName fontName, PdfIndirectReference indirectReference, BaseFont baseFont)
Each font used in a document has an instance of this class.IndirectReferences(PdfIndirectReference ref)
PdfAction(PdfIndirectReference destination)
Constructs a newPdfAction
of Subtype GoTo.PdfAppearance(PdfIndirectReference iref)
PdfCatalog(PdfIndirectReference pages, PdfWriter writer)
Constructs aPdfCatalog
.PdfImage(Image image, java.lang.String name, PdfIndirectReference maskRef)
Constructs aPdfImage
-object.PdfTrailer(int size, int offset, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, int prevxref)
Constructs a PDF-Trailer.
-