Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfObject
-
Packages that use PdfObject Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces com.gitlab.pdftk_java.com.lowagie.text.pdf.internal -
-
Uses of PdfObject in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfObject in com.gitlab.pdftk_java.com.lowagie.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.classPdfFileSpecificationSpecifies a file or an URL.classPdfFormFieldImplements form fields.classPdfFormXObjectPdfFormObjectis a type of XObject containing a template-object.classPdfGStateThe graphic state dictionary.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.classPRIndirectReferenceclassPRStreamFields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfObject Modifier and Type Field Description protected PdfObjectPdfWriter. fileIDMethods in com.gitlab.pdftk_java.com.lowagie.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)Gets aPdfObjectwith a certain key from thePdfDictionary.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()PdfObjectPdfWriter. getFileID()Get the pre-set PDF ID; sstewardPdfObjectPdfArray. 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 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)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.gitlab.pdftk_java.com.lowagie.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 thePdfArray.booleanPdfRectangle. add(PdfObject object)Overrides theadd-method inPdfArrayin order to prevent the adding of extra object to the array.voidPdfArray. addFirst(PdfObject object)Adds aPdfObjectto thePdfArray.PRIndirectReferencePdfReader. addPdfObject(PdfObject obj)PdfIndirectObjectPdfWriter. addToBody(PdfObject object)Adds an object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, boolean inObjStm)Adds an object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, int refNumber)Adds an object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, int refNumber, boolean inObjStm)Adds an object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, PdfIndirectReference ref)Adds an object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm)Adds an object to the PDF body.voidPdfReader. addViewerPreference(PdfName key, PdfObject value)Adds a viewer preferencebooleanPdfArray. 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.PRIndirectReferencePdfReader. getPRIndirectReference(PdfObject obj)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.protected voidPdfStamperImp. markUsed(PdfObject obj)voidPdfDictionary. put(PdfName key, PdfObject object)Adds aPdfObjectand its key to thePdfDictionary.voidPdfDictionary. putDel(PdfName key, PdfObject object)Adds aPdfObjectand its key to thePdfDictionary.voidPdfDictionary. putEx(PdfName key, PdfObject value)Adds aPdfObjectand its key to thePdfDictionary.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)Sets the default colorspace that will be applied to all the document.voidPdfWriter. setFileID(PdfObject fileID)Set the PDF ID; sstewardvoidAcroFields.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.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfObject Constructor Description PdfArray(PdfObject object)Constructs anPdfArray-object, containing 1PdfObject. -
Uses of PdfObject in com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces
Methods in com.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.text.pdf.internal
Methods in com.gitlab.pdftk_java.com.lowagie.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.
-