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 private void
CompareTool. addPagesFromDict(PdfObject dictRef, java.util.List<PdfDictionary> pages, java.util.List<RefKey> pagesRef)
boolean
CompareTool. compareContentStreamsByParsing(PdfObject outObj, PdfObject cmpObj)
boolean
CompareTool. compareContentStreamsByParsing(PdfObject outObj, PdfObject cmpObj, PdfDictionary outResources, PdfDictionary cmpResources)
private boolean
CompareTool. compareContentStreamsByParsingExtended(PdfObject outObj, PdfObject cmpObj, PdfDictionary outResources, PdfDictionary cmpResources, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult)
private boolean
CompareTool. compareObjects(PdfObject outObj, PdfObject cmpObj, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult)
void
CompareTool.CmpTaggedPdfReaderTool. parseTag(java.lang.String tag, PdfObject object, PdfDictionary page)
-
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)
private PdfObject
Image. simplifyColorspace(PdfArray obj)
Gets a PDF Name from an array or returns the object that was passed.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 (package private) static class
BaseFont.StreamFont
Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.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).(package private) class
PdfColor
APdfColor
defines a BaseColor (it's aPdfArray
containing 3 values).(package private) class
PdfContents
PdfContents
is aPdfStream
containing the contents (text + graphics) of aPdfPage
.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.(package private) static class
PdfDocument.PdfCatalog
PdfCatalog
is the PDF Catalog-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)(package private) class
PdfResources
PdfResources
is the PDF Resources-object.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 dictionaryprivate java.util.HashMap<java.lang.String,PdfObject>
PdfStructureTreeRoot. idTreeMap
protected java.util.HashMap<java.lang.Object,PdfObject>
PdfStamperImp. namedDestinations
private java.util.Set<PdfObject>
PdfReader.PageRefs. pagesNodes
Keeps track of all pages nodes to avoid circular references.(package private) java.util.HashMap<PdfName,PdfObject>
PdfAnnotation.PdfImportedLink. parameters
protected java.util.HashMap<PdfObject,PdfObject>
PdfCopy. parentObjects
protected java.util.HashMap<PdfObject,PdfObject>
PdfCopy. parentObjects
private java.util.HashMap<java.lang.Integer,PdfObject>
PdfStructureTreeRoot. parentTree
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 (package private) PdfObject[]
PdfWriter. addSimpleExtGState(PdfDictionary gstate)
(package private) PdfObject[]
PdfWriter. addSimpleProperty(java.lang.Object prop, PdfIndirectReference refi)
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)
private PdfObject
PdfStructureElement. getParentAttribute(IPdfStructureElement parent, PdfName name)
PdfObject
ColorDetails. getPdfObject(PdfWriter writer)
Gets theSpotColor
object.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.(package private) PdfObject
PdfImportedPage. getResources()
(package private) PdfObject
PdfReaderInstance. getResources(int pageNumber)
(package private) PdfObject
PdfTemplate. getResources()
Constructs the resources used by this template.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.private PdfObject
PdfCopy. propagate(PdfObject obj)
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.(package private) java.util.HashMap<java.lang.String,PdfObject>
PdfDocument. getDocumentFileAttachment()
(package private) java.util.HashMap<java.lang.String,PdfObject>
PdfDocument. getDocumentLevelJS()
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
.protected java.util.HashMap<java.lang.Object,PdfObject>
PdfStamperImp. getNamedDestinations()
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)
(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object)
Adds aPdfObject
to the body.(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, boolean inObjStm)
(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, int refNumber)
protected PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, int refNumber, int generation, boolean inObjStm)
(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, PdfIndirectReference ref)
Adds aPdfObject
to the body given an already existing PdfIndirectReference.(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, PdfIndirectReference ref, boolean inObjStm)
protected void
PdfStructTreeController. addClass(PdfObject object)
(package private) void
PageResources. addDefaultColor(PdfName name, PdfObject obj)
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)
private void
PdfStructTreeController. addKid(PdfObject obj)
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.(package private) void
PdfDocument. addViewerPreference(PdfName key, PdfObject value)
void
PdfReader. addViewerPreference(PdfName key, PdfObject value)
Adds a viewer preferencevoid
PdfStamper. addViewerPreference(PdfName key, PdfObject value)
Adds a viewer preferencevoid
PdfStamperImp. 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
.private boolean
PdfReader. convertNamedDestination(PdfObject obj, java.util.HashMap<java.lang.Object,PdfObject> names)
Converts a remote named destination GoToR with a local named destination if there's a corresponding name.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-object(package private) static PdfAction
PdfAction. createHide(PdfObject obj, boolean hide)
A Hide action hides or shows an object.byte[]
FilterHandlers.Filter_ASCII85DECODE. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
FilterHandlers.Filter_ASCIIHEXDECODE. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
FilterHandlers.Filter_CCITTFAXDECODE. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
FilterHandlers.Filter_DoNothing. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
FilterHandlers.Filter_FLATEDECODE. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
FilterHandlers.Filter_LZWDECODE. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
FilterHandlers.Filter_RUNLENGTHDECODE. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
byte[]
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)
(package private) static void
PdfStamperImp. findAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits)
static PdfObject
PdfStructTreeController. getDirectObject(PdfObject object)
private static PdfArray
PdfReader. getNameArray(PdfObject obj)
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.private void
PdfReader. iterateBookmarks(PdfObject outlineRef, java.util.HashMap<java.lang.Object,PdfObject> names)
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)
private static void
SimpleBookmark. mapGotoBookmark(java.util.HashMap<java.lang.String,java.lang.Object> map, PdfObject dest, IntHashtable pages)
private void
AcroFields. markUsed(PdfObject obj)
void
PdfStamper. markUsed(PdfObject obj)
Marks the specified object as used or changed.protected void
PdfStamperImp. markUsed(PdfObject obj)
private PdfObject
PdfCopy. propagate(PdfObject obj)
(package private) void
PdfCopyFieldsImp. propagate(PdfObject obj, PdfIndirectReference refo, boolean restricted)
Deprecated.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.(package private) void
PdfStructureTreeRoot. putIDTree(java.lang.String record, PdfObject reference)
static void
PdfReader. releaseLastXrefPartial(PdfObject obj)
private int
AcroFields. removeRefFromArray(PdfArray array, PdfObject refo)
protected void
PdfReader. removeUnusedNode(PdfObject obj, boolean[] hits)
private boolean
PdfReader. replaceNamedDestination(PdfObject obj, java.util.HashMap<java.lang.Object,PdfObject> names)
private void
PdfSmartCopy.ByteStore. serObject(PdfObject obj, int level, ByteBuffer bb, java.util.HashMap<RefKey,java.lang.Integer> serialized)
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.private void
PdfStructureElement. setColorAttribute(BaseColor newColor, PdfObject oldColor, PdfName attributeName)
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.(package private) boolean
FdfWriter. setField(java.lang.String field, PdfObject value)
private void
PdfReader. setXrefPartialObject(int idx, PdfObject obj)
(package private) void
PdfStamperImp. sweepKids(PdfObject obj)
private void
PdfCopy. updateAnnotationReferences(PdfObject obj)
private void
PdfCopy. updateReferences(PdfObject obj)
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 (package private) void
PdfDocument.PdfCatalog. addNames(java.util.TreeMap<java.lang.String,PdfDocument.Destination> localDestinations, java.util.HashMap<java.lang.String,PdfObject> documentLevelJS, java.util.HashMap<java.lang.String,PdfObject> documentFileAttachment, PdfWriter writer)
Adds the names of the named destinations to the catalog.private void
PdfAnnotation.PdfImportedLink. appendDictionary(java.lang.StringBuffer buf, java.util.HashMap<PdfName,PdfObject> dict)
private boolean
PdfReader. convertNamedDestination(PdfObject obj, java.util.HashMap<java.lang.Object,PdfObject> names)
Converts a remote named destination GoToR with a local named destination if there's a corresponding name.private void
PdfReader. iterateBookmarks(PdfObject outlineRef, java.util.HashMap<java.lang.Object,PdfObject> names)
private static PdfString
PdfNameTree. iterateItems(PdfDictionary dic, java.util.HashMap<java.lang.String,PdfObject> items, PdfString leftOverString)
private static void
PdfNumberTree. iterateItems(PdfDictionary dic, java.util.HashMap<java.lang.Integer,PdfObject> items)
java.util.ArrayList<PdfObject>
PdfContentParser. parse(java.util.ArrayList<PdfObject> ls)
Parses a single command from the content.private boolean
PdfReader. replaceNamedDestination(PdfObject obj, java.util.HashMap<java.lang.Object,PdfObject> names)
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, int generation, PdfObject object, PdfWriter writer)
Constructs aPdfIndirectObject
.PdfIndirectObject(int number, PdfObject object, PdfWriter writer)
Constructs aPdfIndirectObject
.PdfIndirectObject(PdfIndirectReference ref, PdfObject object, PdfWriter writer)
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.codec
Methods in com.itextpdf.text.pdf.codec that return PdfObject Modifier and Type Method Description (package private) PdfObject
PngImage. getColorspace()
-
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.fonts.cmaps
Methods in com.itextpdf.text.pdf.fonts.cmaps with parameters of type PdfObject Modifier and Type Method Description (package private) abstract void
AbstractCMap. addChar(PdfString mark, PdfObject code)
(package private) void
CMapByteCid. addChar(PdfString mark, PdfObject code)
(package private) void
CMapCidByte. addChar(PdfString mark, PdfObject code)
(package private) void
CMapCidUni. addChar(PdfString mark, PdfObject code)
(package private) void
CMapToUnicode. addChar(PdfString mark, PdfObject code)
(package private) void
CMapUniCid. addChar(PdfString mark, PdfObject code)
(package private) void
AbstractCMap. addRange(PdfString from, PdfString to, PdfObject code)
-
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
Fields in com.itextpdf.text.pdf.internal with type parameters of type PdfObject Modifier and Type Field Description private java.util.HashMap<RefKey,PdfObject>
PdfAChecker. cachedObjects
Methods in com.itextpdf.text.pdf.internal that return PdfObject Modifier and Type Method Description private PdfObject
PdfAChecker. cleverPdfArrayClone(PdfArray array)
private PdfObject
PdfAChecker. cleverPdfDictionaryClone(PdfDictionary dict)
protected PdfObject
PdfAChecker. getDirectObject(PdfObject obj)
private PdfObject
PdfAChecker. getObjectFromCache(RefKey ref)
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)
private void
PdfAChecker. putObjectToCache(RefKey ref, PdfObject obj)
Method parameters in com.itextpdf.text.pdf.internal with type arguments of type PdfObject Modifier and Type Method Description private void
PdfA2Checker. fillOrderRecursively(PdfArray orderArray, java.util.HashSet<PdfObject> order)
-
Uses of PdfObject in com.itextpdf.text.pdf.mc
Fields in com.itextpdf.text.pdf.mc declared as PdfObject Modifier and Type Field Description protected PdfObject
StructureObject. obj
An object referred to by an OBJR dictionary.Fields in com.itextpdf.text.pdf.mc with type parameters of type PdfObject Modifier and Type Field Description protected java.util.HashMap<java.lang.Integer,PdfObject>
StructureItems. parentTree
The StructParents number tree values.Methods in com.itextpdf.text.pdf.mc with parameters of type PdfObject Modifier and Type Method Description protected void
MCParser. println(PdfObject o)
Writes a PDF object to the OutputStream, followed by a newline character.protected void
MCParser. printsp(PdfObject o)
Writes a PDF object to the OutputStream, followed by a space character.protected void
StructureItems. processStructElemKids(PdfDictionary structElem, PdfIndirectReference ref, PdfObject object)
Processes the kids object of a StructElem dictionary.Method parameters in com.itextpdf.text.pdf.mc with type arguments of type PdfObject Modifier and Type Method Description protected void
MCParser. printOperator(PdfLiteral operator, java.util.List<PdfObject> operands)
Adds an operator and its operands (if any) to baos.protected void
MCParser. printTextOperator(PdfLiteral operator, java.util.List<PdfObject> operands)
Adds an operator and its operands (if any) to baos, keeping track of the text state.void
MCParser.BeginMarkedContentDictionaryOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
MCParser.BeginTextOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
MCParser.CopyContentOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
MCParser.DoOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
MCParser.EndTextOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
MCParser.PdfOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
Methods that processes an operatorvoid
MCParser.TextNewLineOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
MCParser.TextPositioningOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
MCParser.TextStateOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
protected void
MCParser. processOperator(PdfLiteral operator, java.util.List<PdfObject> operands)
Processes an operator, for instance: write the operator and its operands to baos. -
Uses of PdfObject in com.itextpdf.text.pdf.ocg
Methods in com.itextpdf.text.pdf.ocg with parameters of type PdfObject Modifier and Type Method Description protected void
OCGParser. println(PdfObject o)
Writes a PDF object to the OutputStream, followed by a newline character.protected void
OCGParser. printsp(PdfObject o)
Writes a PDF object to the OutputStream, followed by a space character.Method parameters in com.itextpdf.text.pdf.ocg with type arguments of type PdfObject Modifier and Type Method Description protected boolean
OCGParser. isVisible(java.util.List<PdfObject> operands)
Checks operands to find out if the corresponding operator needs to be present or not.void
OCGParser.CopyContentOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
OCGParser.GraphicsOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
OCGParser.InlineImageOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
OCGParser.MarkedContentOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
OCGParser.PathConstructionOrPaintingOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
OCGParser.PdfOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
Methods that processes an operatorprotected void
OCGParser. process(PdfLiteral operator, java.util.List<PdfObject> operands, boolean removable)
Processes an operatorvoid
OCGParser.TextOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
void
OCGParser.XObjectOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
protected static void
OCGParser. processOperator(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
Processes an operator. -
Uses of PdfObject in com.itextpdf.text.pdf.parser
Subclasses of PdfObject in com.itextpdf.text.pdf.parser Modifier and Type Class Description private static class
PdfContentStreamProcessor.ResourceDictionary
A resource dictionary that allows stack-like behavior to support resource dictionary inheritanceMethods 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.private static PdfObject
InlineImageUtils. getAlternateValue(PdfName key, PdfObject value)
Transforms value abbreviations into their corresponding real valuePdfObject
PdfContentStreamProcessor.ResourceDictionary. getDirectObject(PdfName key)
Methods in com.itextpdf.text.pdf.parser with parameters of type PdfObject Modifier and Type Method Description byte[]
PdfImageObject.TrackingFilter. decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
private void
PdfImageObject. findColorspace(PdfObject colorspace, boolean allowIndexed)
Sets state of this object according to the color spaceprivate static PdfObject
InlineImageUtils. getAlternateValue(PdfName key, PdfObject value)
Transforms value abbreviations into their corresponding real valuestatic byte[]
ContentByteUtils. getContentBytesFromContentObject(PdfObject contentObject)
Gets the content bytes from a content object, which may be a reference a stream or an array.private PdfDictionary
PdfContentStreamProcessor.BeginMarkedContentDictionary. getPropertiesDictionary(PdfObject operand1, PdfContentStreamProcessor.ResourceDictionary resources)
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 private static BaseColor
PdfContentStreamProcessor. getColor(int nOperands, java.util.List<PdfObject> operands)
Gets a color based on a list of operands.private static BaseColor
PdfContentStreamProcessor. getColor(PdfName colorSpace, java.util.List<PdfObject> operands)
Gets a color based on a list of operands.void
ContentOperator. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
Invokes a content operator.void
PdfContentStreamProcessor.BeginMarkedContent. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.BeginMarkedContentDictionary. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.BeginText. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.ClipPath. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.CloseSubpath. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.Curve. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.CurveFirstPointDuplicated. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.CurveFourhPointDuplicated. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.Do. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.EndMarkedContent. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.EndPath. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.EndText. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.IgnoreOperatorContentOperator. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.LineTo. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.ModifyCurrentTransformationMatrix. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.MoveNextLineAndShowText. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.MoveNextLineAndShowTextWithSpacing. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.MoveTo. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.PaintPath. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.PopGraphicsState. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.ProcessGraphicsStateResource. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.PushGraphicsState. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.Rectangle. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetCMYKFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetCMYKStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetColorFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetColorSpaceFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetColorSpaceStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetColorStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetGrayFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetGrayStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetLineCap. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetLineDashPattern. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetLineJoin. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetLineWidth. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetMiterLimit. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetRGBFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetRGBStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetTextCharacterSpacing. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetTextFont. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetTextHorizontalScaling. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetTextLeading. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetTextRenderMode. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetTextRise. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.SetTextWordSpacing. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.ShowText. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.ShowTextArray. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.TextMoveNextLine. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.TextMoveStartNextLine. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.TextMoveStartNextLineWithLeading. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfContentStreamProcessor.TextSetTextMatrix. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
private void
PdfContentStreamProcessor. invokeOperator(PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
Invokes an operator. -
Uses of PdfObject in com.itextpdf.text.pdf.pdfcleanup
Fields in com.itextpdf.text.pdf.pdfcleanup with type parameters of type PdfObject Modifier and Type Field Description private java.util.Stack<java.util.List<PdfObject>>
PdfCleanUpContext. strokeColorOperands
PdfContentStreamProcessor is able to process only Device* color spaces, so I had to add this workaround.Methods in com.itextpdf.text.pdf.pdfcleanup that return types with arguments of type PdfObject Modifier and Type Method Description java.util.List<PdfObject>
PdfCleanUpContext. peekStrokeColor()
java.util.List<PdfObject>
PdfCleanUpContext. popStrokeColor()
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfObject Modifier and Type Method Description private static void
PdfCleanUpContentOperator. toPdf(PdfObject object, PdfWriter writer, java.io.OutputStream os)
Overriding standard PdfObject.toPdf because we need sorted PdfDictionaries.Method parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type PdfObject Modifier and Type Method Description void
PdfCleanUpContentOperator. invoke(PdfContentStreamProcessor pdfContentStreamProcessor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
void
PdfCleanUpContext. pushStrokeColor(java.util.List<PdfObject> strokeColorOperands)
private void
PdfCleanUpContentOperator. writeOperands(PdfContentByte canvas, java.util.List<PdfObject> operands)
-
Uses of PdfObject in com.itextpdf.text.pdf.richmedia
Subclasses of PdfObject in com.itextpdf.text.pdf.richmedia Modifier and Type Class Description class
CuePoint
A video file can contain cue points that are encoded in a video stream or may be created by an associated ActionScript within the Flash content.class
RichMediaActivation
The RichMediaActivation dictionary specifies the style of presentation, default script behavior, default view information, and animation style when the annotation is activated.class
RichMediaAnimation
A RichMediaAnimation dictionary specifies the preferred method that conforming readers should use to apply timeline scaling to keyframe animations.class
RichMediaCommand
the annotation handler specific to the target instance specified by the TI key in the parent rich-media-execute action dictionary.class
RichMediaConfiguration
The RichMediaConfiguration dictionary describes a set of instances that are loaded for a given scene configuration.class
RichMediaDeactivation
The RichMediaActivation dictionary specifies the condition that causes deactivation of the annotation.class
RichMediaExecuteAction
A rich-media-execute action identifies a rich media annotation and specifies a command to be sent to that annotation's handler.class
RichMediaInstance
The RichMediaInstance dictionary, referenced by the Instances entry of the RichMediaConfiguration, describes a single instance of an asset with settings to populate the artwork of an annotation.class
RichMediaParams
Dictionary containing parameters related to an active Flash subtype in a RichMediaInstance dictionary.class
RichMediaPosition
The position of the window in the reader presentation area is described by the RichMediaPosition dictionary.class
RichMediaPresentation
The RichMediaPresentation dictionary contains information about how the annotation and user interface elements are to be visually laid out and drawn.class
RichMediaWindow
The RichMediaWindow dictionary stores the dimensions and position of the floating window presented to the user.Methods in com.itextpdf.text.pdf.richmedia with parameters of type PdfObject Modifier and Type Method Description void
CuePoint. setAction(PdfObject action)
Sets an action dictionary defining the action that is executed if this cue point is triggered, meaning that the Flash content reached the matching cue point during its playback.void
RichMediaCommand. setArguments(PdfObject args)
Sets the arguments for the command. -
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. -
Uses of PdfObject in com.itextpdf.text.pdf.spatial
Subclasses of PdfObject in com.itextpdf.text.pdf.spatial Modifier and Type Class Description class
CoordinateSystem
The value of the GCS or DCS entry of a geospatial measure dictionary.class
GeographicCoordinateSystem
A geographic coordinate system (GEOGCS) specifies an ellipsoidal object in geographic coordinates: angular units of latitude and longitude.class
Measure
Parent class for the Measure dictionaries.class
MeasureGeospatial
Geospatial Measure dictionary.class
MeasureRectilinear
Rectilinear Measure dictionary.class
PointData
A Point Data dictionary.class
ProjectedCoordinateSystem
A projected coordinate system (PROJCS), which includes an embedded GEOGCS, specifies the algorithms and associated parameters used to transform points between geographic coordinates and a two-dimensional (projected) coordinate system.class
Viewport
A ViewPort dictionary. -
Uses of PdfObject in com.itextpdf.text.pdf.spatial.objects
Subclasses of PdfObject in com.itextpdf.text.pdf.spatial.objects Modifier and Type Class Description class
NumberFormatArray
An array consisting of NumberFormatDictionary objects.class
NumberFormatDictionary
A dictionary that represents a specific unit of measurement (such as miles or feet).class
XYArray
Creates an Array with two PdfNumber elements, representing an X and Y coordinate. -
Uses of PdfObject in com.itextpdf.text.pdf.util
Fields in com.itextpdf.text.pdf.util with type parameters of type PdfObject Modifier and Type Field Description protected java.util.Map<java.lang.Integer,PdfObject>
PdfResourceCounter. resources
A map of the resources that are already taken into accountMethods in com.itextpdf.text.pdf.util that return types with arguments of type PdfObject Modifier and Type Method Description java.util.Map<java.lang.Integer,PdfObject>
PdfResourceCounter. getResources()
Returns a map with the resources.Methods in com.itextpdf.text.pdf.util with parameters of type PdfObject Modifier and Type Method Description protected void
PdfResourceCounter. loopOver(PdfObject object)
In case an object is an array, a dictionary or a stream, we need to loop over the entries and process them one by one.protected void
PdfResourceCounter. process(PdfObject object)
Processes an object.Method parameters in com.itextpdf.text.pdf.util with type arguments of type PdfObject Modifier and Type Method Description long
PdfResourceCounter. getLength(java.util.Map<java.lang.Integer,PdfObject> res)
Returns the resources needed for the object that was used to create this PdfResourceCounter.Constructors in com.itextpdf.text.pdf.util with parameters of type PdfObject Constructor Description PdfResourceCounter(PdfObject object)
Creates a PdfResourceCounter instance to be used to count the resources needed for either a page (in this case pass a page dictionary) or the trailer (root and info dictionary) of a PDF file.
-