Uses of Class
com.itextpdf.text.pdf.PdfObject
-
-
Uses of PdfObject in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfObject Modifier and Type Method Description boolean
CompareTool. compareContentStreamsByParsing(PdfObject outObj, PdfObject cmpObj)
boolean
CompareTool. compareContentStreamsByParsing(PdfObject outObj, PdfObject cmpObj, PdfDictionary outResources, PdfDictionary cmpResources)
-
Uses of PdfObject in com.itextpdf.text
Fields in com.itextpdf.text with type parameters of type PdfObject Modifier and Type Field Description protected java.util.HashMap<PdfName,PdfObject>
Chunk. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
Document. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
Image. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
List. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
ListBody. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
Paragraph. accessibleAttributes
Methods in com.itextpdf.text that return PdfObject Modifier and Type Method Description PdfObject
Chunk. getAccessibleAttribute(PdfName key)
PdfObject
Document. getAccessibleAttribute(PdfName key)
PdfObject
Image. getAccessibleAttribute(PdfName key)
PdfObject
List. getAccessibleAttribute(PdfName key)
PdfObject
ListBody. getAccessibleAttribute(PdfName key)
PdfObject
Paragraph. getAccessibleAttribute(PdfName key)
PdfObject
Section. getAccessibleAttribute(PdfName key)
Methods in com.itextpdf.text that return types with arguments of type PdfObject Modifier and Type Method Description java.util.HashMap<PdfName,PdfObject>
Chunk. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
Document. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
Image. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
List. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
ListBody. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
Paragraph. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
Section. getAccessibleAttributes()
Methods in com.itextpdf.text with parameters of type PdfObject Modifier and Type Method Description void
Chunk. setAccessibleAttribute(PdfName key, PdfObject value)
void
Document. setAccessibleAttribute(PdfName key, PdfObject value)
void
Image. setAccessibleAttribute(PdfName key, PdfObject value)
void
List. setAccessibleAttribute(PdfName key, PdfObject value)
void
ListBody. setAccessibleAttribute(PdfName key, PdfObject value)
void
Paragraph. setAccessibleAttribute(PdfName key, PdfObject value)
void
Section. setAccessibleAttribute(PdfName key, PdfObject value)
-
Uses of PdfObject in com.itextpdf.text.io
Methods in com.itextpdf.text.io that return PdfObject Modifier and Type Method Description PdfObject
TempFileCache. get(TempFileCache.ObjectPosition pos)
Methods in com.itextpdf.text.io with parameters of type PdfObject Modifier and Type Method Description TempFileCache.ObjectPosition
TempFileCache. put(PdfObject obj)
-
Uses of PdfObject in com.itextpdf.text.pdf
Subclasses of PdfObject in com.itextpdf.text.pdf Modifier and Type Class Description class
NumberArray
A PdfArray object consisting of nothing but PdfNumber objectsclass
PdfAcroForm
Each PDF document can contain maximum 1 AcroForm.class
PdfAction
APdfAction
defines an action that can be triggered from a PDF file.class
PdfAnnotation
APdfAnnotation
is a note that is associated with a page.class
PdfArray
PdfArray
is the PDF Array object.class
PdfBoolean
PdfBoolean
is the boolean object represented by the keywords true or false.class
PdfBorderArray
APdfBorderArray
defines the border of aPdfAnnotation
.class
PdfBorderDictionary
APdfBorderDictionary
define the appearance of a Border (Annotations).class
PdfDashPattern
APdfDashPattern
defines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).class
PdfDate
PdfDate
is the PDF date object.class
PdfDestination
APdfDestination
is a reference to a location in a PDF file.class
PdfDictionary
PdfDictionary
is the Pdf dictionary object.static class
PdfDocument.PdfInfo
PdfInfo
is the PDF InfoDictionary.class
PdfEFStream
Extends PdfStream and should be used to create Streams for Embedded Files (file attachments).class
PdfFileSpecification
Specifies a file or an URL.class
PdfFormField
Implements form fields.class
PdfFormXObject
PdfFormObject
is a type of XObject containing a template-object.class
PdfGState
The graphic state dictionary.class
PdfICCBased
APdfICCBased
defines a ColorSpaceclass
PdfImage
PdfImage
is aPdfStream
containing an image-Dictionary
and -stream.class
PdfIndirectReference
PdfIndirectReference
contains a reference to aPdfIndirectObject
.class
PdfLayer
An optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.class
PdfLayerMembership
Content typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.class
PdfLiteral
a Literalclass
PdfMediaClipData
class
PdfName
PdfName
is an object that can be used as a name in a PDF-file.class
PdfNull
PdfNull
is the Null object represented by the keyword null.class
PdfNumber
PdfNumber
provides two types of numbers, integer and real.class
PdfOCProperties
This class represents the /OCProperties entry in the document catalog and holds the optional content properties dictionary, which contains a list of all the optional content groups in the document, as well as information about the default and alternate configurations for optional content.class
PdfOutline
PdfOutline
is an object that represents a PDF outline entry.class
PdfPage
PdfPage
is the PDF Page-object.class
PdfPattern
APdfPattern
defines a ColorSpaceclass
PdfRectangle
PdfRectangle
is the PDF Rectangle object.class
PdfRendition
A Rendition dictionary (pdf spec 1.5)class
PdfShadingPattern
Implements the shading pattern dictionary.class
PdfSigLockDictionary
A signature field lock dictionary.class
PdfSignature
Implements the signature dictionary.class
PdfStream
PdfStream
is the Pdf stream object.class
PdfString
APdfString
-class is the PDF-equivalent of a JAVA-String
-object.class
PdfStructureElement
This is a node in a document logical structure.class
PdfStructureTreeRoot
The structure tree root corresponds to the highest hierarchy level in a tagged PDF.class
PdfTransparencyGroup
The transparency group dictionary.class
PdfVisibilityExpression
An array specifying a visibility expression, used to compute visibility of content based on a set of optional content groups.static class
PdfWriter.PdfTrailer
PdfTrailer
is the PDF Trailer object.class
PRAcroForm
This class captures an AcroForm on input.class
PRIndirectReference
class
PRStream
Fields in com.itextpdf.text.pdf declared as PdfObject Modifier and Type Field Description protected PdfObject
PdfContentByte.GraphicState. extGState
protected PdfObject
PdfIndirectObject. object
Fields in com.itextpdf.text.pdf with type parameters of type PdfObject Modifier and Type Field Description protected java.util.HashMap<PdfName,PdfObject>
PdfAnnotation. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
PdfArtifact. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
PdfDiv. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
PdfPCell. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
PdfPRow. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
PdfPTable. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
PdfPTableBody. accessibleAttributes
protected java.util.HashMap<PdfName,PdfObject>
PdfTemplate. accessibleAttributes
protected java.util.ArrayList<PdfObject>
PdfArray. arrayList
this is the actual array of PdfObjectsprotected java.util.HashMap<PdfName,PdfObject>
PdfStructureTreeRoot. classes
protected java.util.HashSet<PdfObject>
PdfCopy. disableIndirects
protected java.util.HashMap<java.lang.String,PdfObject>
PdfDocument. documentFileAttachment
protected java.util.HashMap<java.lang.String,PdfObject>
PdfDocument. documentLevelJS
protected java.util.LinkedHashMap<PdfName,PdfObject>
PdfDictionary. hashMap
This is the hashmap that contains all the values and keys of the dictionaryprotected java.util.HashMap<java.lang.Object,PdfObject>
PdfStamperImp. namedDestinations
protected java.util.HashMap<PdfObject,PdfObject>
PdfCopy. parentObjects
protected java.util.HashMap<PdfObject,PdfObject>
PdfCopy. parentObjects
protected java.util.ArrayList<PdfObject>
PdfReader. xrefObj
Methods in com.itextpdf.text.pdf with type parameters of type PdfObject Modifier and Type Method Description static <O extends PdfObject>
PdfDictionaryPdfNumberTree. writeTree(java.util.HashMap<java.lang.Integer,O> items, PdfWriter writer)
Creates a number tree.Methods in com.itextpdf.text.pdf that return PdfObject Modifier and Type Method Description protected PdfObject
PdfCopy. copyObject(PdfObject in)
Translate a PR-object to a Pdf-objectprotected PdfObject
PdfCopy. copyObject(PdfObject in, boolean keepStruct, boolean directRootKids)
Translate a PR-object to a Pdf-objectstatic PdfObject
PdfEncryption. createInfoId(byte[] id, boolean modified)
protected static PdfObject
PdfReader. duplicatePdfObject(PdfObject original, PdfReader newReader)
PdfObject
PdfDictionary. get(PdfName key)
Returns thePdfObject
associated to the specified key.PdfObject
PdfAnnotation. getAccessibleAttribute(PdfName key)
PdfObject
PdfArtifact. getAccessibleAttribute(PdfName key)
PdfObject
PdfDiv. getAccessibleAttribute(PdfName key)
PdfObject
PdfPCell. getAccessibleAttribute(PdfName key)
PdfObject
PdfPRow. getAccessibleAttribute(PdfName key)
PdfObject
PdfPTable. getAccessibleAttribute(PdfName key)
PdfObject
PdfPTableBody. getAccessibleAttribute(PdfName key)
PdfObject
PdfTemplate. getAccessibleAttribute(PdfName key)
PdfObject
PdfStructureElement. getAttribute(PdfName name)
Gets the first entarance of attribute.PdfObject
PdfStructureTreeRoot. getAttribute(PdfName name)
Gets the first entarance of attribute.PdfObject
PdfArray. getDirectObject(int idx)
Returns thePdfObject
with the specified index, resolving a possible indirect reference to a direct object.PdfObject
PdfDictionary. getDirectObject(PdfName key)
Returns thePdfObject
associated to the specified key, resolving a possible indirect reference to a direct object.static PdfObject
PdfStructTreeController. getDirectObject(PdfObject object)
PdfObject
PdfEncryption. getFileID(boolean modified)
PdfObject
PdfStructureTreeRoot. getMappedClass(PdfName name)
PdfObject
ICachedColorSpace. getPdfObject(PdfWriter writer)
PdfObject
PdfArray. getPdfObject(int idx)
Returns thePdfObject
with the specified index.PdfObject
PdfDeviceNColor. getPdfObject(PdfWriter writer)
PdfObject
PdfLabColor. getPdfObject(PdfWriter writer)
PdfObject
PdfLayer. getPdfObject()
Gets the dictionary representing the layer.PdfObject
PdfLayerMembership. getPdfObject()
Gets the dictionary representing the membership layer.PdfObject
PdfOCG. getPdfObject()
Gets the object representing the layer.PdfObject
PdfReader. getPdfObject(int idx)
static PdfObject
PdfReader. getPdfObject(PdfObject obj)
Reads aPdfObject
resolving an indirect reference if needed.static PdfObject
PdfReader. getPdfObject(PdfObject obj, PdfObject parent)
PdfObject
PdfSpotColor. getPdfObject(PdfWriter writer)
PdfObject
PdfReader. getPdfObjectRelease(int idx)
static PdfObject
PdfReader. getPdfObjectRelease(PdfObject obj)
static PdfObject
PdfReader. getPdfObjectRelease(PdfObject obj, PdfObject parent)
Reads aPdfObject
resolving an indirect reference if needed.protected PdfObject
PdfSpotColor. getSpotObject(PdfWriter writer)
Deprecated.static PdfObject
XfaForm. getXfaObject(PdfReader reader)
Return the XFA Object, could be an array, could be a Stream.static PdfObject
PdfReader. killIndirect(PdfObject obj)
Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.protected PdfObject
PdfReader. readOneObjStm(PRStream stream, int idx)
PdfObject
PdfContentParser. readPRObject()
Reads a pdf object.protected PdfObject
PdfReader. readPRObject()
protected PdfObject
PdfReader. readSingleObject(int k)
PdfObject
PdfArray. remove(int idx)
Remove the element at the specified position from the array.PdfObject
PdfArray. set(int idx, PdfObject obj)
Overwrites a specified location of the array, returning the previous valueMethods in com.itextpdf.text.pdf that return types with arguments of type PdfObject Modifier and Type Method Description java.util.HashMap<PdfName,PdfObject>
PdfAnnotation. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
PdfArtifact. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
PdfDiv. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
PdfPCell. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
PdfPRow. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
PdfPTable. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
PdfPTableBody. getAccessibleAttributes()
java.util.HashMap<PdfName,PdfObject>
PdfTemplate. getAccessibleAttributes()
java.util.ArrayList<PdfObject>
PdfArray. getArrayList()
Deprecated.java.util.HashMap<java.lang.Object,PdfObject>
PdfReader. getNamedDestination()
Gets all the named destinations as anHashMap
.java.util.HashMap<java.lang.Object,PdfObject>
PdfReader. getNamedDestination(boolean keepNames)
Gets all the named destinations as anHashMap
.java.util.HashMap<java.lang.String,PdfObject>
PdfReader. getNamedDestinationFromNames()
Gets the named destinations from the /Dests key in the catalog as anHashMap
.java.util.HashMap<java.lang.Object,PdfObject>
PdfReader. getNamedDestinationFromNames(boolean keepNames)
Gets the named destinations from the /Dests key in the catalog as anHashMap
.java.util.HashMap<java.lang.String,PdfObject>
PdfReader. getNamedDestinationFromStrings()
Gets the named destinations from the /Names key in the catalog as anHashMap
.java.util.Map<PdfName,PdfObject>
PdfAnnotation.PdfImportedLink. getParameters()
java.util.Iterator<PdfObject>
PdfArray. iterator()
java.util.ListIterator<PdfObject>
PdfArray. listIterator()
Returns the list iterator for the array.java.util.ArrayList<PdfObject>
PdfContentParser. parse(java.util.ArrayList<PdfObject> ls)
Parses a single command from the content.static java.util.HashMap<java.lang.String,PdfObject>
PdfNameTree. readTree(PdfDictionary dic)
static java.util.HashMap<java.lang.Integer,PdfObject>
PdfNumberTree. readTree(PdfDictionary dic)
Methods in com.itextpdf.text.pdf with parameters of type PdfObject Modifier and Type Method Description void
PdfArray. add(int index, PdfObject element)
Inserts the specified element at the specified position.boolean
PdfArray. add(PdfObject object)
Adds aPdfObject
to the end of thePdfArray
.boolean
PdfRectangle. add(PdfObject object)
Overrides theadd
-method inPdfArray
in order to prevent the adding of extra object to the array.void
PdfVisibilityExpression. add(int index, PdfObject element)
boolean
PdfVisibilityExpression. add(PdfObject object)
protected PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, int refNumber, int generation, boolean inObjStm)
protected void
PdfStructTreeController. addClass(PdfObject object)
void
PdfArray. addFirst(PdfObject object)
Inserts aPdfObject
at the beginning of thePdfArray
.void
PdfRectangle. addFirst(PdfObject object)
Block changes to the underlying PdfArrayvoid
PdfVisibilityExpression. addFirst(PdfObject object)
protected void
PdfStructTreeController. addKid(PdfDictionary parent, PdfObject kid)
void
PdfWriter. addPageDictEntry(PdfName key, PdfObject object)
Adds an additional entry for the page dictionary.PRIndirectReference
PdfReader. addPdfObject(PdfObject obj)
PdfIndirectObject
PdfCopy. addToBody(PdfObject object, PdfIndirectReference ref)
PdfIndirectObject
PdfCopy. addToBody(PdfObject object, PdfIndirectReference ref, boolean formBranching)
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
PdfWriter. addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm)
Use this method to add a PDF object to the PDF body.protected PdfWriter.PdfBody.PdfCrossReference
PdfWriter.PdfBody. addToObjStm(PdfObject obj, int nObj)
void
PdfCopyFields. addViewerPreference(PdfName key, PdfObject value)
Deprecated.void
PdfCopyForms. addViewerPreference(PdfName key, PdfObject value)
Deprecated.void
PdfReader. addViewerPreference(PdfName key, PdfObject value)
Adds a viewer preferencevoid
PdfStamper. addViewerPreference(PdfName key, PdfObject value)
Adds a viewer preferencevoid
PdfWriter. addViewerPreference(PdfName key, PdfObject value)
protected void
PdfStructTreeController. attachStructTreeRootKids(PdfObject firstNotNullKid)
Add kid to structureTreeRoot from structTreeRootstatic boolean
PdfStructTreeController. compareObjects(PdfObject value1, PdfObject value2)
boolean
PdfArray. contains(PdfObject object)
Checks if thePdfArray
already contains a certainPdfObject
.protected PdfObject
PdfCopy. copyObject(PdfObject in)
Translate a PR-object to a Pdf-objectprotected PdfObject
PdfCopy. copyObject(PdfObject in, boolean keepStruct, boolean directRootKids)
Translate a PR-object to a Pdf-objectbyte[]
FilterHandlers.FilterHandler. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
static byte[]
PdfReader. decodePredictor(byte[] in, PdfObject dicPar)
protected static PdfObject
PdfReader. duplicatePdfObject(PdfObject original, PdfReader newReader)
static PdfObject
PdfStructTreeController. getDirectObject(PdfObject object)
static PdfObject
PdfReader. getPdfObject(PdfObject obj)
Reads aPdfObject
resolving an indirect reference if needed.static PdfObject
PdfReader. getPdfObject(PdfObject obj, PdfObject parent)
static PdfObject
PdfReader. getPdfObjectRelease(PdfObject obj)
static PdfObject
PdfReader. getPdfObjectRelease(PdfObject obj, PdfObject parent)
Reads aPdfObject
resolving an indirect reference if needed.static PdfAction
PdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow)
Creates a GoToE action to an embedded file.static PdfObject
PdfReader. killIndirect(PdfObject obj)
Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.protected void
PdfReader. killXref(PdfObject obj)
void
PdfLister. listAnyObject(PdfObject object)
Visualizes a PDF object.void
PdfStructureTreeRoot. mapClass(PdfName name, PdfObject object)
void
PdfStamper. markUsed(PdfObject obj)
Marks the specified object as used or changed.void
PdfDictionary. put(PdfName key, PdfObject object)
Associates the specifiedPdfObject
as value with the specifiedPdfName
as key in this map.void
PdfDictionary. putEx(PdfName key, PdfObject value)
Associates the specifiedPdfObject
as value to the specifiedPdfName
as key in this map.static void
PdfReader. releaseLastXrefPartial(PdfObject obj)
protected void
PdfReader. removeUnusedNode(PdfObject obj, boolean[] hits)
PdfObject
PdfArray. set(int idx, PdfObject obj)
Overwrites a specified location of the array, returning the previous valuevoid
PdfAnnotation. setAccessibleAttribute(PdfName key, PdfObject value)
void
PdfArtifact. setAccessibleAttribute(PdfName key, PdfObject value)
void
PdfDiv. setAccessibleAttribute(PdfName key, PdfObject value)
void
PdfPCell. setAccessibleAttribute(PdfName key, PdfObject value)
void
PdfPRow. setAccessibleAttribute(PdfName key, PdfObject value)
void
PdfPTable. setAccessibleAttribute(PdfName key, PdfObject value)
void
PdfPTableBody. setAccessibleAttribute(PdfName key, PdfObject value)
void
PdfTemplate. setAccessibleAttribute(PdfName key, PdfObject value)
void
PdfStructureElement. setAttribute(PdfName name, PdfObject obj)
Sets the attribute value.void
PdfStructureTreeRoot. setAttribute(PdfName name, PdfObject obj)
Sets the attribute value.void
PdfContentByte. setDefaultColorspace(PdfName name, PdfObject obj)
Sets the default colorspace.void
PdfWriter. setDefaultColorspace(PdfName key, PdfObject cs)
Use this method to sets the default colorspace that will be applied to all the document.void
PdfWriter.PdfBody. writeCrossReferenceTable(java.io.OutputStream os, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, long prevxref)
Returns the CrossReferenceTable of theBody
.void
AcroFields.Item. writeToAll(PdfName key, PdfObject value, int writeFlags)
This function writes the given key/value pair to all the instances of merged, widget, and/or value, depending on thewriteFlags
settingMethod parameters in com.itextpdf.text.pdf with type arguments of type PdfObject Modifier and Type Method Description java.util.ArrayList<PdfObject>
PdfContentParser. parse(java.util.ArrayList<PdfObject> ls)
Parses a single command from the content.static PdfDictionary
PdfNameTree. writeTree(java.util.HashMap<java.lang.String,? extends PdfObject> items, PdfWriter writer)
Writes a name tree to a PdfWriter.Constructors in com.itextpdf.text.pdf with parameters of type PdfObject Constructor Description PdfArray(PdfObject object)
Constructs anPdfArray
-object, containing 1PdfObject
.PdfIndirectObject(int number, PdfObject object, PdfWriter writer)
Constructs aPdfIndirectObject
.PdfTrailer(int size, long offset, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, long prevxref)
Constructs a PDF-Trailer.Constructor parameters in com.itextpdf.text.pdf with type arguments of type PdfObject Constructor Description PdfArray(java.util.List<PdfObject> l)
Constructs aPdfArray
, containing all elements of a specifiedArrayList
. -
Uses of PdfObject in com.itextpdf.text.pdf.collection
Subclasses of PdfObject in com.itextpdf.text.pdf.collection Modifier and Type Class Description class
PdfCollection
class
PdfCollectionField
class
PdfCollectionItem
class
PdfCollectionSchema
class
PdfCollectionSort
class
PdfTargetDictionary
Methods in com.itextpdf.text.pdf.collection that return PdfObject Modifier and Type Method Description PdfObject
PdfCollectionField. getValue(java.lang.String v)
Returns a PdfObject that can be used as the value of a Collection Item. -
Uses of PdfObject in com.itextpdf.text.pdf.interfaces
Methods in com.itextpdf.text.pdf.interfaces that return PdfObject Modifier and Type Method Description PdfObject
IAccessibleElement. getAccessibleAttribute(PdfName key)
Get the attribute of accessible element (everything inA
dictionary +Lang
,Alt
,ActualText
,E
).PdfObject
IPdfStructureElement. getAttribute(PdfName name)
Methods in com.itextpdf.text.pdf.interfaces that return types with arguments of type PdfObject Modifier and Type Method Description java.util.HashMap<PdfName,PdfObject>
IAccessibleElement. getAccessibleAttributes()
Gets all the properties of accessible element.Methods in com.itextpdf.text.pdf.interfaces with parameters of type PdfObject Modifier and Type Method Description void
PdfViewerPreferences. addViewerPreference(PdfName key, PdfObject value)
Adds a viewer preference.void
IAccessibleElement. setAccessibleAttribute(PdfName key, PdfObject value)
Set the attribute of accessible element (everything inA
dictionary +Lang
,Alt
,ActualText
,E
).void
IPdfStructureElement. setAttribute(PdfName name, PdfObject obj)
-
Uses of PdfObject in com.itextpdf.text.pdf.internal
Fields in com.itextpdf.text.pdf.internal declared as PdfObject Modifier and Type Field Description protected PdfObject
PdfAChecker. pdfaDestOutputIntent
Methods in com.itextpdf.text.pdf.internal that return PdfObject Modifier and Type Method Description protected PdfObject
PdfAChecker. getDirectObject(PdfObject obj)
Methods in com.itextpdf.text.pdf.internal with parameters of type PdfObject Modifier and Type Method Description void
PdfViewerPreferencesImp. addViewerPreference(PdfName key, PdfObject value)
Sets the viewer preferences for printing.void
PdfAChecker. cacheObject(PdfIndirectReference iref, PdfObject obj)
protected PdfArray
PdfAChecker. getDirectArray(PdfObject obj)
protected PdfDictionary
PdfAChecker. getDirectDictionary(PdfObject obj)
protected PdfObject
PdfAChecker. getDirectObject(PdfObject obj)
protected PdfStream
PdfAChecker. getDirectStream(PdfObject obj)
-
Uses of PdfObject in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return PdfObject Modifier and Type Method Description PdfObject
PdfImageObject. get(PdfName key)
Returns an entry from the image dictionary.Methods in com.itextpdf.text.pdf.parser with parameters of type PdfObject Modifier and Type Method Description static byte[]
ContentByteUtils. getContentBytesFromContentObject(PdfObject contentObject)
Gets the content bytes from a content object, which may be a reference a stream or an array.void
TaggedPdfReaderTool. inspectChild(PdfObject k)
Inspects a child of a structured element.void
TaggedPdfReaderTool. parseTag(java.lang.String tag, PdfObject object, PdfDictionary page)
Searches for a tag in a page.Method parameters in com.itextpdf.text.pdf.parser with type arguments of type PdfObject Modifier and Type Method Description void
ContentOperator. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
Invokes a content operator. -
Uses of PdfObject in com.itextpdf.text.pdf.security
Subclasses of PdfObject in com.itextpdf.text.pdf.security Modifier and Type Class Description class
PdfSignatureAppDictionary
A dictionary that stores the name of the application that signs the PDF.class
PdfSignatureBuildProperties
Dictionary that stores signature build properties.
-