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 voidCompareTool. addPagesFromDict(PdfObject dictRef, java.util.List<PdfDictionary> pages, java.util.List<RefKey> pagesRef)booleanCompareTool. compareContentStreamsByParsing(PdfObject outObj, PdfObject cmpObj)booleanCompareTool. compareContentStreamsByParsing(PdfObject outObj, PdfObject cmpObj, PdfDictionary outResources, PdfDictionary cmpResources)private booleanCompareTool. compareContentStreamsByParsingExtended(PdfObject outObj, PdfObject cmpObj, PdfDictionary outResources, PdfDictionary cmpResources, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult)private booleanCompareTool. compareObjects(PdfObject outObj, PdfObject cmpObj, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult)voidCompareTool.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. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>Document. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>Image. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>List. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>ListBody. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>Paragraph. accessibleAttributesMethods in com.itextpdf.text that return PdfObject Modifier and Type Method Description PdfObjectChunk. getAccessibleAttribute(PdfName key)PdfObjectDocument. getAccessibleAttribute(PdfName key)PdfObjectImage. getAccessibleAttribute(PdfName key)PdfObjectList. getAccessibleAttribute(PdfName key)PdfObjectListBody. getAccessibleAttribute(PdfName key)PdfObjectParagraph. getAccessibleAttribute(PdfName key)PdfObjectSection. getAccessibleAttribute(PdfName key)private PdfObjectImage. 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 voidChunk. setAccessibleAttribute(PdfName key, PdfObject value)voidDocument. setAccessibleAttribute(PdfName key, PdfObject value)voidImage. setAccessibleAttribute(PdfName key, PdfObject value)voidList. setAccessibleAttribute(PdfName key, PdfObject value)voidListBody. setAccessibleAttribute(PdfName key, PdfObject value)voidParagraph. setAccessibleAttribute(PdfName key, PdfObject value)voidSection. 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 PdfObjectTempFileCache. get(TempFileCache.ObjectPosition pos)Methods in com.itextpdf.text.io with parameters of type PdfObject Modifier and Type Method Description TempFileCache.ObjectPositionTempFileCache. 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 classBaseFont.StreamFontGenerates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.classNumberArrayA PdfArray object consisting of nothing but PdfNumber objectsclassPdfAcroFormEach PDF document can contain maximum 1 AcroForm.classPdfActionAPdfActiondefines an action that can be triggered from a PDF file.classPdfAnnotationAPdfAnnotationis a note that is associated with a page.classPdfArrayPdfArrayis the PDF Array object.classPdfBooleanPdfBooleanis the boolean object represented by the keywords true or false.classPdfBorderArrayAPdfBorderArraydefines the border of aPdfAnnotation.classPdfBorderDictionaryAPdfBorderDictionarydefine the appearance of a Border (Annotations).(package private) classPdfColorAPdfColordefines a BaseColor (it's aPdfArraycontaining 3 values).(package private) classPdfContentsPdfContentsis aPdfStreamcontaining the contents (text + graphics) of aPdfPage.classPdfDashPatternAPdfDashPatterndefines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).classPdfDatePdfDateis the PDF date object.classPdfDestinationAPdfDestinationis a reference to a location in a PDF file.classPdfDictionaryPdfDictionaryis the Pdf dictionary object.(package private) static classPdfDocument.PdfCatalogPdfCatalogis the PDF Catalog-object.static classPdfDocument.PdfInfoPdfInfois the PDF InfoDictionary.classPdfEFStreamExtends PdfStream and should be used to create Streams for Embedded Files (file attachments).classPdfFileSpecificationSpecifies a file or an URL.classPdfFormFieldImplements form fields.classPdfFormXObjectPdfFormObjectis a type of XObject containing a template-object.classPdfGStateThe graphic state dictionary.classPdfICCBasedAPdfICCBaseddefines a ColorSpaceclassPdfImagePdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.classPdfIndirectReferencePdfIndirectReferencecontains a reference to aPdfIndirectObject.classPdfLayerAn optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.classPdfLayerMembershipContent typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.classPdfLiterala LiteralclassPdfMediaClipDataclassPdfNamePdfNameis an object that can be used as a name in a PDF-file.classPdfNullPdfNullis the Null object represented by the keyword null.classPdfNumberPdfNumberprovides two types of numbers, integer and real.classPdfOCPropertiesThis 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.classPdfOutlinePdfOutlineis an object that represents a PDF outline entry.classPdfPagePdfPageis the PDF Page-object.classPdfPatternAPdfPatterndefines a ColorSpaceclassPdfRectanglePdfRectangleis the PDF Rectangle object.classPdfRenditionA Rendition dictionary (pdf spec 1.5)(package private) classPdfResourcesPdfResourcesis the PDF Resources-object.classPdfShadingPatternImplements the shading pattern dictionary.classPdfSigLockDictionaryA signature field lock dictionary.classPdfSignatureImplements the signature dictionary.classPdfStreamPdfStreamis the Pdf stream object.classPdfStringAPdfString-class is the PDF-equivalent of a JAVA-String-object.classPdfStructureElementThis is a node in a document logical structure.classPdfStructureTreeRootThe structure tree root corresponds to the highest hierarchy level in a tagged PDF.classPdfTransparencyGroupThe transparency group dictionary.classPdfVisibilityExpressionAn array specifying a visibility expression, used to compute visibility of content based on a set of optional content groups.static classPdfWriter.PdfTrailerPdfTraileris the PDF Trailer object.classPRAcroFormThis class captures an AcroForm on input.classPRIndirectReferenceclassPRStreamFields in com.itextpdf.text.pdf declared as PdfObject Modifier and Type Field Description protected PdfObjectPdfContentByte.GraphicState. extGStateprotected PdfObjectPdfIndirectObject. objectFields in com.itextpdf.text.pdf with type parameters of type PdfObject Modifier and Type Field Description protected java.util.HashMap<PdfName,PdfObject>PdfAnnotation. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>PdfArtifact. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>PdfDiv. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>PdfPCell. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>PdfPRow. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>PdfPTable. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>PdfPTableBody. accessibleAttributesprotected java.util.HashMap<PdfName,PdfObject>PdfTemplate. accessibleAttributesprotected java.util.ArrayList<PdfObject>PdfArray. arrayListthis is the actual array of PdfObjectsprotected java.util.HashMap<PdfName,PdfObject>PdfStructureTreeRoot. classesprotected java.util.HashSet<PdfObject>PdfCopy. disableIndirectsprotected java.util.HashMap<java.lang.String,PdfObject>PdfDocument. documentFileAttachmentprotected java.util.HashMap<java.lang.String,PdfObject>PdfDocument. documentLevelJSprotected java.util.LinkedHashMap<PdfName,PdfObject>PdfDictionary. hashMapThis is the hashmap that contains all the values and keys of the dictionaryprivate java.util.HashMap<java.lang.String,PdfObject>PdfStructureTreeRoot. idTreeMapprotected java.util.HashMap<java.lang.Object,PdfObject>PdfStamperImp. namedDestinationsprivate java.util.Set<PdfObject>PdfReader.PageRefs. pagesNodesKeeps track of all pages nodes to avoid circular references.(package private) java.util.HashMap<PdfName,PdfObject>PdfAnnotation.PdfImportedLink. parametersprotected java.util.HashMap<PdfObject,PdfObject>PdfCopy. parentObjectsprotected java.util.HashMap<PdfObject,PdfObject>PdfCopy. parentObjectsprivate java.util.HashMap<java.lang.Integer,PdfObject>PdfStructureTreeRoot. parentTreeprotected java.util.ArrayList<PdfObject>PdfReader. xrefObjMethods 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 PdfObjectPdfCopy. copyObject(PdfObject in)Translate a PR-object to a Pdf-objectprotected PdfObjectPdfCopy. copyObject(PdfObject in, boolean keepStruct, boolean directRootKids)Translate a PR-object to a Pdf-objectstatic PdfObjectPdfEncryption. createInfoId(byte[] id, boolean modified)protected static PdfObjectPdfReader. duplicatePdfObject(PdfObject original, PdfReader newReader)PdfObjectPdfDictionary. get(PdfName key)Returns thePdfObjectassociated to the specified key.PdfObjectPdfAnnotation. getAccessibleAttribute(PdfName key)PdfObjectPdfArtifact. getAccessibleAttribute(PdfName key)PdfObjectPdfDiv. getAccessibleAttribute(PdfName key)PdfObjectPdfPCell. getAccessibleAttribute(PdfName key)PdfObjectPdfPRow. getAccessibleAttribute(PdfName key)PdfObjectPdfPTable. getAccessibleAttribute(PdfName key)PdfObjectPdfPTableBody. getAccessibleAttribute(PdfName key)PdfObjectPdfTemplate. getAccessibleAttribute(PdfName key)PdfObjectPdfStructureElement. getAttribute(PdfName name)Gets the first entarance of attribute.PdfObjectPdfStructureTreeRoot. getAttribute(PdfName name)Gets the first entarance of attribute.PdfObjectPdfArray. getDirectObject(int idx)Returns thePdfObjectwith the specified index, resolving a possible indirect reference to a direct object.PdfObjectPdfDictionary. getDirectObject(PdfName key)Returns thePdfObjectassociated to the specified key, resolving a possible indirect reference to a direct object.static PdfObjectPdfStructTreeController. getDirectObject(PdfObject object)PdfObjectPdfEncryption. getFileID(boolean modified)PdfObjectPdfStructureTreeRoot. getMappedClass(PdfName name)private PdfObjectPdfStructureElement. getParentAttribute(IPdfStructureElement parent, PdfName name)PdfObjectColorDetails. getPdfObject(PdfWriter writer)Gets theSpotColorobject.PdfObjectICachedColorSpace. getPdfObject(PdfWriter writer)PdfObjectPdfArray. getPdfObject(int idx)Returns thePdfObjectwith the specified index.PdfObjectPdfDeviceNColor. getPdfObject(PdfWriter writer)PdfObjectPdfLabColor. getPdfObject(PdfWriter writer)PdfObjectPdfLayer. getPdfObject()Gets the dictionary representing the layer.PdfObjectPdfLayerMembership. getPdfObject()Gets the dictionary representing the membership layer.PdfObjectPdfOCG. getPdfObject()Gets the object representing the layer.PdfObjectPdfReader. getPdfObject(int idx)static PdfObjectPdfReader. getPdfObject(PdfObject obj)Reads aPdfObjectresolving an indirect reference if needed.static PdfObjectPdfReader. getPdfObject(PdfObject obj, PdfObject parent)PdfObjectPdfSpotColor. getPdfObject(PdfWriter writer)PdfObjectPdfReader. getPdfObjectRelease(int idx)static PdfObjectPdfReader. getPdfObjectRelease(PdfObject obj)static PdfObjectPdfReader. getPdfObjectRelease(PdfObject obj, PdfObject parent)Reads aPdfObjectresolving an indirect reference if needed.(package private) PdfObjectPdfImportedPage. getResources()(package private) PdfObjectPdfReaderInstance. getResources(int pageNumber)(package private) PdfObjectPdfTemplate. getResources()Constructs the resources used by this template.protected PdfObjectPdfSpotColor. getSpotObject(PdfWriter writer)Deprecated.static PdfObjectXfaForm. getXfaObject(PdfReader reader)Return the XFA Object, could be an array, could be a Stream.static PdfObjectPdfReader. killIndirect(PdfObject obj)Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.private PdfObjectPdfCopy. propagate(PdfObject obj)protected PdfObjectPdfReader. readOneObjStm(PRStream stream, int idx)PdfObjectPdfContentParser. readPRObject()Reads a pdf object.protected PdfObjectPdfReader. readPRObject()protected PdfObjectPdfReader. readSingleObject(int k)PdfObjectPdfArray. remove(int idx)Remove the element at the specified position from the array.PdfObjectPdfArray. 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 voidPdfArray. add(int index, PdfObject element)Inserts the specified element at the specified position.booleanPdfArray. add(PdfObject object)Adds aPdfObjectto the end of thePdfArray.booleanPdfRectangle. add(PdfObject object)Overrides theadd-method inPdfArrayin order to prevent the adding of extra object to the array.voidPdfVisibilityExpression. add(int index, PdfObject element)booleanPdfVisibilityExpression. add(PdfObject object)(package private) PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object)Adds aPdfObjectto the body.(package private) PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object, boolean inObjStm)(package private) PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object, int refNumber)protected PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object, int refNumber, int generation, boolean inObjStm)(package private) PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object, PdfIndirectReference ref)Adds aPdfObjectto the body given an already existing PdfIndirectReference.(package private) PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object, PdfIndirectReference ref, boolean inObjStm)protected voidPdfStructTreeController. addClass(PdfObject object)(package private) voidPageResources. addDefaultColor(PdfName name, PdfObject obj)voidPdfArray. addFirst(PdfObject object)Inserts aPdfObjectat the beginning of thePdfArray.voidPdfRectangle. addFirst(PdfObject object)Block changes to the underlying PdfArrayvoidPdfVisibilityExpression. addFirst(PdfObject object)protected voidPdfStructTreeController. addKid(PdfDictionary parent, PdfObject kid)private voidPdfStructTreeController. addKid(PdfObject obj)voidPdfWriter. addPageDictEntry(PdfName key, PdfObject object)Adds an additional entry for the page dictionary.PRIndirectReferencePdfReader. addPdfObject(PdfObject obj)PdfIndirectObjectPdfCopy. addToBody(PdfObject object, PdfIndirectReference ref)PdfIndirectObjectPdfCopy. addToBody(PdfObject object, PdfIndirectReference ref, boolean formBranching)PdfIndirectObjectPdfWriter. addToBody(PdfObject object)Use this method to add a PDF object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, boolean inObjStm)Use this method to add a PDF object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, int refNumber)Use this method to add a PDF object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, int refNumber, boolean inObjStm)Use this method to add a PDF object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, PdfIndirectReference ref)Use this method to add a PDF object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm)Use this method to add a PDF object to the PDF body.protected PdfWriter.PdfBody.PdfCrossReferencePdfWriter.PdfBody. addToObjStm(PdfObject obj, int nObj)voidPdfCopyFields. addViewerPreference(PdfName key, PdfObject value)Deprecated.voidPdfCopyForms. addViewerPreference(PdfName key, PdfObject value)Deprecated.(package private) voidPdfDocument. addViewerPreference(PdfName key, PdfObject value)voidPdfReader. addViewerPreference(PdfName key, PdfObject value)Adds a viewer preferencevoidPdfStamper. addViewerPreference(PdfName key, PdfObject value)Adds a viewer preferencevoidPdfStamperImp. addViewerPreference(PdfName key, PdfObject value)Adds a viewer preferencevoidPdfWriter. addViewerPreference(PdfName key, PdfObject value)protected voidPdfStructTreeController. attachStructTreeRootKids(PdfObject firstNotNullKid)Add kid to structureTreeRoot from structTreeRootstatic booleanPdfStructTreeController. compareObjects(PdfObject value1, PdfObject value2)booleanPdfArray. contains(PdfObject object)Checks if thePdfArrayalready contains a certainPdfObject.private booleanPdfReader. 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 PdfObjectPdfCopy. copyObject(PdfObject in)Translate a PR-object to a Pdf-objectprotected PdfObjectPdfCopy. copyObject(PdfObject in, boolean keepStruct, boolean directRootKids)Translate a PR-object to a Pdf-object(package private) static PdfActionPdfAction. 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 PdfObjectPdfReader. duplicatePdfObject(PdfObject original, PdfReader newReader)(package private) static voidPdfStamperImp. findAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits)static PdfObjectPdfStructTreeController. getDirectObject(PdfObject object)private static PdfArrayPdfReader. getNameArray(PdfObject obj)static PdfObjectPdfReader. getPdfObject(PdfObject obj)Reads aPdfObjectresolving an indirect reference if needed.static PdfObjectPdfReader. getPdfObject(PdfObject obj, PdfObject parent)static PdfObjectPdfReader. getPdfObjectRelease(PdfObject obj)static PdfObjectPdfReader. getPdfObjectRelease(PdfObject obj, PdfObject parent)Reads aPdfObjectresolving an indirect reference if needed.static PdfActionPdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow)Creates a GoToE action to an embedded file.private voidPdfReader. iterateBookmarks(PdfObject outlineRef, java.util.HashMap<java.lang.Object,PdfObject> names)static PdfObjectPdfReader. killIndirect(PdfObject obj)Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.protected voidPdfReader. killXref(PdfObject obj)voidPdfLister. listAnyObject(PdfObject object)Visualizes a PDF object.voidPdfStructureTreeRoot. mapClass(PdfName name, PdfObject object)private static voidSimpleBookmark. mapGotoBookmark(java.util.HashMap<java.lang.String,java.lang.Object> map, PdfObject dest, IntHashtable pages)private voidAcroFields. markUsed(PdfObject obj)voidPdfStamper. markUsed(PdfObject obj)Marks the specified object as used or changed.protected voidPdfStamperImp. markUsed(PdfObject obj)private PdfObjectPdfCopy. propagate(PdfObject obj)(package private) voidPdfCopyFieldsImp. propagate(PdfObject obj, PdfIndirectReference refo, boolean restricted)Deprecated.voidPdfDictionary. put(PdfName key, PdfObject object)Associates the specifiedPdfObjectas value with the specifiedPdfNameas key in this map.voidPdfDictionary. putEx(PdfName key, PdfObject value)Associates the specifiedPdfObjectas value to the specifiedPdfNameas key in this map.(package private) voidPdfStructureTreeRoot. putIDTree(java.lang.String record, PdfObject reference)static voidPdfReader. releaseLastXrefPartial(PdfObject obj)private intAcroFields. removeRefFromArray(PdfArray array, PdfObject refo)protected voidPdfReader. removeUnusedNode(PdfObject obj, boolean[] hits)private booleanPdfReader. replaceNamedDestination(PdfObject obj, java.util.HashMap<java.lang.Object,PdfObject> names)private voidPdfSmartCopy.ByteStore. serObject(PdfObject obj, int level, ByteBuffer bb, java.util.HashMap<RefKey,java.lang.Integer> serialized)PdfObjectPdfArray. set(int idx, PdfObject obj)Overwrites a specified location of the array, returning the previous valuevoidPdfAnnotation. setAccessibleAttribute(PdfName key, PdfObject value)voidPdfArtifact. setAccessibleAttribute(PdfName key, PdfObject value)voidPdfDiv. setAccessibleAttribute(PdfName key, PdfObject value)voidPdfPCell. setAccessibleAttribute(PdfName key, PdfObject value)voidPdfPRow. setAccessibleAttribute(PdfName key, PdfObject value)voidPdfPTable. setAccessibleAttribute(PdfName key, PdfObject value)voidPdfPTableBody. setAccessibleAttribute(PdfName key, PdfObject value)voidPdfTemplate. setAccessibleAttribute(PdfName key, PdfObject value)voidPdfStructureElement. setAttribute(PdfName name, PdfObject obj)Sets the attribute value.voidPdfStructureTreeRoot. setAttribute(PdfName name, PdfObject obj)Sets the attribute value.private voidPdfStructureElement. setColorAttribute(BaseColor newColor, PdfObject oldColor, PdfName attributeName)voidPdfContentByte. setDefaultColorspace(PdfName name, PdfObject obj)Sets the default colorspace.voidPdfWriter. setDefaultColorspace(PdfName key, PdfObject cs)Use this method to sets the default colorspace that will be applied to all the document.(package private) booleanFdfWriter. setField(java.lang.String field, PdfObject value)private voidPdfReader. setXrefPartialObject(int idx, PdfObject obj)(package private) voidPdfStamperImp. sweepKids(PdfObject obj)private voidPdfCopy. updateAnnotationReferences(PdfObject obj)private voidPdfCopy. updateReferences(PdfObject obj)voidPdfWriter.PdfBody. writeCrossReferenceTable(java.io.OutputStream os, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, long prevxref)Returns the CrossReferenceTable of theBody.voidAcroFields.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 thewriteFlagssettingMethod parameters in com.itextpdf.text.pdf with type arguments of type PdfObject Modifier and Type Method Description (package private) voidPdfDocument.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 voidPdfAnnotation.PdfImportedLink. appendDictionary(java.lang.StringBuffer buf, java.util.HashMap<PdfName,PdfObject> dict)private booleanPdfReader. 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 voidPdfReader. iterateBookmarks(PdfObject outlineRef, java.util.HashMap<java.lang.Object,PdfObject> names)private static PdfStringPdfNameTree. iterateItems(PdfDictionary dic, java.util.HashMap<java.lang.String,PdfObject> items, PdfString leftOverString)private static voidPdfNumberTree. 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 booleanPdfReader. replaceNamedDestination(PdfObject obj, java.util.HashMap<java.lang.Object,PdfObject> names)static PdfDictionaryPdfNameTree. 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) PdfObjectPngImage. getColorspace() -
Uses of PdfObject in com.itextpdf.text.pdf.collection
Subclasses of PdfObject in com.itextpdf.text.pdf.collection Modifier and Type Class Description classPdfCollectionclassPdfCollectionFieldclassPdfCollectionItemclassPdfCollectionSchemaclassPdfCollectionSortclassPdfTargetDictionaryMethods in com.itextpdf.text.pdf.collection that return PdfObject Modifier and Type Method Description PdfObjectPdfCollectionField. 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 voidAbstractCMap. addChar(PdfString mark, PdfObject code)(package private) voidCMapByteCid. addChar(PdfString mark, PdfObject code)(package private) voidCMapCidByte. addChar(PdfString mark, PdfObject code)(package private) voidCMapCidUni. addChar(PdfString mark, PdfObject code)(package private) voidCMapToUnicode. addChar(PdfString mark, PdfObject code)(package private) voidCMapUniCid. addChar(PdfString mark, PdfObject code)(package private) voidAbstractCMap. 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 PdfObjectIAccessibleElement. getAccessibleAttribute(PdfName key)Get the attribute of accessible element (everything inAdictionary +Lang,Alt,ActualText,E).PdfObjectIPdfStructureElement. 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 voidPdfViewerPreferences. addViewerPreference(PdfName key, PdfObject value)Adds a viewer preference.voidIAccessibleElement. setAccessibleAttribute(PdfName key, PdfObject value)Set the attribute of accessible element (everything inAdictionary +Lang,Alt,ActualText,E).voidIPdfStructureElement. 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 PdfObjectPdfAChecker. pdfaDestOutputIntentFields in com.itextpdf.text.pdf.internal with type parameters of type PdfObject Modifier and Type Field Description private java.util.HashMap<RefKey,PdfObject>PdfAChecker. cachedObjectsMethods in com.itextpdf.text.pdf.internal that return PdfObject Modifier and Type Method Description private PdfObjectPdfAChecker. cleverPdfArrayClone(PdfArray array)private PdfObjectPdfAChecker. cleverPdfDictionaryClone(PdfDictionary dict)protected PdfObjectPdfAChecker. getDirectObject(PdfObject obj)private PdfObjectPdfAChecker. getObjectFromCache(RefKey ref)Methods in com.itextpdf.text.pdf.internal with parameters of type PdfObject Modifier and Type Method Description voidPdfViewerPreferencesImp. addViewerPreference(PdfName key, PdfObject value)Sets the viewer preferences for printing.voidPdfAChecker. cacheObject(PdfIndirectReference iref, PdfObject obj)protected PdfArrayPdfAChecker. getDirectArray(PdfObject obj)protected PdfDictionaryPdfAChecker. getDirectDictionary(PdfObject obj)protected PdfObjectPdfAChecker. getDirectObject(PdfObject obj)protected PdfStreamPdfAChecker. getDirectStream(PdfObject obj)private voidPdfAChecker. 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 voidPdfA2Checker. 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 PdfObjectStructureObject. objAn 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. parentTreeThe StructParents number tree values.Methods in com.itextpdf.text.pdf.mc with parameters of type PdfObject Modifier and Type Method Description protected voidMCParser. println(PdfObject o)Writes a PDF object to the OutputStream, followed by a newline character.protected voidMCParser. printsp(PdfObject o)Writes a PDF object to the OutputStream, followed by a space character.protected voidStructureItems. 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 voidMCParser. printOperator(PdfLiteral operator, java.util.List<PdfObject> operands)Adds an operator and its operands (if any) to baos.protected voidMCParser. printTextOperator(PdfLiteral operator, java.util.List<PdfObject> operands)Adds an operator and its operands (if any) to baos, keeping track of the text state.voidMCParser.BeginMarkedContentDictionaryOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidMCParser.BeginTextOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidMCParser.CopyContentOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidMCParser.DoOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidMCParser.EndTextOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidMCParser.PdfOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)Methods that processes an operatorvoidMCParser.TextNewLineOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidMCParser.TextPositioningOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidMCParser.TextStateOperator. process(MCParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)protected voidMCParser. 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 voidOCGParser. println(PdfObject o)Writes a PDF object to the OutputStream, followed by a newline character.protected voidOCGParser. 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 booleanOCGParser. isVisible(java.util.List<PdfObject> operands)Checks operands to find out if the corresponding operator needs to be present or not.voidOCGParser.CopyContentOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidOCGParser.GraphicsOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidOCGParser.InlineImageOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidOCGParser.MarkedContentOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidOCGParser.PathConstructionOrPaintingOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidOCGParser.PdfOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)Methods that processes an operatorprotected voidOCGParser. process(PdfLiteral operator, java.util.List<PdfObject> operands, boolean removable)Processes an operatorvoidOCGParser.TextOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)voidOCGParser.XObjectOperator. process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)protected static voidOCGParser. 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 classPdfContentStreamProcessor.ResourceDictionaryA 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 PdfObjectPdfImageObject. get(PdfName key)Returns an entry from the image dictionary.private static PdfObjectInlineImageUtils. getAlternateValue(PdfName key, PdfObject value)Transforms value abbreviations into their corresponding real valuePdfObjectPdfContentStreamProcessor.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 voidPdfImageObject. findColorspace(PdfObject colorspace, boolean allowIndexed)Sets state of this object according to the color spaceprivate static PdfObjectInlineImageUtils. 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 PdfDictionaryPdfContentStreamProcessor.BeginMarkedContentDictionary. getPropertiesDictionary(PdfObject operand1, PdfContentStreamProcessor.ResourceDictionary resources)voidTaggedPdfReaderTool. inspectChild(PdfObject k)Inspects a child of a structured element.voidTaggedPdfReaderTool. 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 BaseColorPdfContentStreamProcessor. getColor(int nOperands, java.util.List<PdfObject> operands)Gets a color based on a list of operands.private static BaseColorPdfContentStreamProcessor. getColor(PdfName colorSpace, java.util.List<PdfObject> operands)Gets a color based on a list of operands.voidContentOperator. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)Invokes a content operator.voidPdfContentStreamProcessor.BeginMarkedContent. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.BeginMarkedContentDictionary. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.BeginText. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.ClipPath. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.CloseSubpath. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.Curve. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.CurveFirstPointDuplicated. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.CurveFourhPointDuplicated. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.Do. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.EndMarkedContent. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.EndPath. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.EndText. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.IgnoreOperatorContentOperator. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.LineTo. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.ModifyCurrentTransformationMatrix. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.MoveNextLineAndShowText. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.MoveNextLineAndShowTextWithSpacing. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.MoveTo. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.PaintPath. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.PopGraphicsState. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.ProcessGraphicsStateResource. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.PushGraphicsState. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.Rectangle. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetCMYKFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetCMYKStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetColorFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetColorSpaceFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetColorSpaceStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetColorStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetGrayFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetGrayStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetLineCap. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetLineDashPattern. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetLineJoin. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetLineWidth. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetMiterLimit. invoke(PdfContentStreamProcessor processor, PdfLiteral oper, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetRGBFill. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetRGBStroke. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetTextCharacterSpacing. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetTextFont. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetTextHorizontalScaling. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetTextLeading. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetTextRenderMode. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetTextRise. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.SetTextWordSpacing. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.ShowText. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.ShowTextArray. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.TextMoveNextLine. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.TextMoveStartNextLine. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.TextMoveStartNextLineWithLeading. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfContentStreamProcessor.TextSetTextMatrix. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)private voidPdfContentStreamProcessor. 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. strokeColorOperandsPdfContentStreamProcessor 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 voidPdfCleanUpContentOperator. 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 voidPdfCleanUpContentOperator. invoke(PdfContentStreamProcessor pdfContentStreamProcessor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)voidPdfCleanUpContext. pushStrokeColor(java.util.List<PdfObject> strokeColorOperands)private voidPdfCleanUpContentOperator. 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 classCuePointA 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.classRichMediaActivationThe RichMediaActivation dictionary specifies the style of presentation, default script behavior, default view information, and animation style when the annotation is activated.classRichMediaAnimationA RichMediaAnimation dictionary specifies the preferred method that conforming readers should use to apply timeline scaling to keyframe animations.classRichMediaCommandthe annotation handler specific to the target instance specified by the TI key in the parent rich-media-execute action dictionary.classRichMediaConfigurationThe RichMediaConfiguration dictionary describes a set of instances that are loaded for a given scene configuration.classRichMediaDeactivationThe RichMediaActivation dictionary specifies the condition that causes deactivation of the annotation.classRichMediaExecuteActionA rich-media-execute action identifies a rich media annotation and specifies a command to be sent to that annotation's handler.classRichMediaInstanceThe 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.classRichMediaParamsDictionary containing parameters related to an active Flash subtype in a RichMediaInstance dictionary.classRichMediaPositionThe position of the window in the reader presentation area is described by the RichMediaPosition dictionary.classRichMediaPresentationThe RichMediaPresentation dictionary contains information about how the annotation and user interface elements are to be visually laid out and drawn.classRichMediaWindowThe 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 voidCuePoint. 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.voidRichMediaCommand. 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 classPdfSignatureAppDictionaryA dictionary that stores the name of the application that signs the PDF.classPdfSignatureBuildPropertiesDictionary 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 classCoordinateSystemThe value of the GCS or DCS entry of a geospatial measure dictionary.classGeographicCoordinateSystemA geographic coordinate system (GEOGCS) specifies an ellipsoidal object in geographic coordinates: angular units of latitude and longitude.classMeasureParent class for the Measure dictionaries.classMeasureGeospatialGeospatial Measure dictionary.classMeasureRectilinearRectilinear Measure dictionary.classPointDataA Point Data dictionary.classProjectedCoordinateSystemA 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.classViewportA 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 classNumberFormatArrayAn array consisting of NumberFormatDictionary objects.classNumberFormatDictionaryA dictionary that represents a specific unit of measurement (such as miles or feet).classXYArrayCreates 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. resourcesA 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 voidPdfResourceCounter. 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 voidPdfResourceCounter. 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 longPdfResourceCounter. 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.
-