Uses of Class
com.itextpdf.text.pdf.PdfObject
-
Packages that use PdfObject Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.collection com.itextpdf.text.pdf.interfaces com.itextpdf.text.pdf.internal -
-
Uses of PdfObject in com.itextpdf.text.pdf
Subclasses of PdfObject in com.itextpdf.text.pdf Modifier and Type Class Description classPdfAcroFormEach 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).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.classPdfDestinationAPdfColordefines a Color (it's aPdfArraycontaining 3 values).classPdfDictionaryPdfDictionaryis the Pdf dictionary 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)classPdfShadingPatternImplements the shading pattern dictionary.classPdfSigGenericPKCSA signature dictionary representation for the standard filters.static classPdfSigGenericPKCS.PPKLiteCreates a standard filter of the type self signed.static classPdfSigGenericPKCS.PPKMSCreates a standard filter of the type Windows Certificate.static classPdfSigGenericPKCS.VeriSignCreates a standard filter of the type VeriSign.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.classPRAcroFormThis class captures an AcroForm on input.classPRIndirectReferenceclassPRStreamMethods in com.itextpdf.text.pdf that return PdfObject Modifier and Type Method Description protected PdfObjectPdfCopy. copyObject(PdfObject in)Translate a PR-object to a Pdf-objectstatic PdfObjectPdfEncryption. createInfoId(byte[] id)protected static PdfObjectPdfReader. duplicatePdfObject(PdfObject original, PdfReader newReader)PdfObjectPdfDictionary. get(PdfName key)Returns thePdfObjectassociated to the specified key.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.PdfObjectPdfEncryption. getFileID()PdfObjectPdfArray. getPdfObject(int idx)Returns thePdfObjectwith the specified index.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)PdfObjectPdfReader. getPdfObjectRelease(int idx)static PdfObjectPdfReader. getPdfObjectRelease(PdfObject obj)static PdfObjectPdfReader. getPdfObjectRelease(PdfObject obj, PdfObject parent)Reads aPdfObjectresolving an indirect reference if needed.protected PdfObjectPdfSpotColor. getSpotObject(PdfWriter writer)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.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 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.voidPdfArray. addFirst(PdfObject object)Inserts aPdfObjectat the beginning of thePdfArray.voidPdfRectangle. addFirst(PdfObject object)Block changes to the underlying PdfArrayPRIndirectReferencePdfReader. addPdfObject(PdfObject obj)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.voidPdfCopyFields. addViewerPreference(PdfName key, PdfObject value)voidPdfCopyForms. addViewerPreference(PdfName key, PdfObject value)voidPdfReader. addViewerPreference(PdfName key, PdfObject value)Adds a viewer preferencevoidPdfStamper. addViewerPreference(PdfName key, PdfObject value)Adds a viewer preferencevoidPdfWriter. addViewerPreference(PdfName key, PdfObject value)booleanPdfArray. contains(PdfObject object)Checks if thePdfArrayalready contains a certainPdfObject.protected PdfObjectPdfCopy. copyObject(PdfObject in)Translate a PR-object to a Pdf-objectstatic byte[]PdfReader. decodePredictor(byte[] in, PdfObject dicPar)protected static PdfObjectPdfReader. duplicatePdfObject(PdfObject original, PdfReader newReader)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.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.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.static voidPdfReader. releaseLastXrefPartial(PdfObject obj)protected voidPdfReader. removeUnusedNode(PdfObject obj, boolean[] hits)PdfObjectPdfArray. set(int idx, PdfObject obj)Overwrites a specified location of the array, returning the previous valuevoidPdfContentByte. 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.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 thewriteFlagssettingConstructors in com.itextpdf.text.pdf with parameters of type PdfObject Constructor Description PdfArray(PdfObject object)Constructs anPdfArray-object, containing 1PdfObject. -
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.interfaces
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. -
Uses of PdfObject in com.itextpdf.text.pdf.internal
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.
-