Uses of Class
com.lowagie.text.pdf.PdfObject
Packages that use PdfObject
Package
Description
-
Uses of PdfObject in com.lowagie.text.pdf
Subclasses of PdfObject in com.lowagie.text.pdfModifier and TypeClassDescriptionclassEach PDF document can contain maximum 1 AcroForm.classAPdfActiondefines an action that can be triggered from a PDF file.classAPdfAnnotationis a note that is associated with a page.classPdfArrayis the PDF Array object.classPdfBooleanis the boolean object represented by the keywords true or false.classAPdfBorderArraydefines the border of aPdfAnnotation.classAPdfBorderDictionarydefine the appearance of a Border (Annotations).classAPdfDashPatterndefines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).classPdfDateis the PDF date object.classAPdfColordefines a Color (it's aPdfArraycontaining 3 values).classPdfDictionaryis the Pdf dictionary object.static classPdfInfois the PDF InfoDictionary.classExtends PdfStream and should be used to create Streams for Embedded Files (file attachments).classSpecifies a file or an URL.classImplements form fields.classPdfFormObjectis a type of XObject containing a template-object.classThe graphic state dictionary.classAPdfICCBaseddefines a ColorSpaceclassPdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.classPdfIndirectReferencecontains a reference to aPdfIndirectObject.classAn optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.classContent typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.classa LiteralclassclassPdfNameis an object that can be used as a name in a PDF-file.classPdfNullis the Null object represented by the keyword null.classPdfNumberprovides two types of numbers, integer and real.classThis 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.classPdfOutlineis an object that represents a PDF outline entry.classPdfPageis the PDF Page-object.classAPdfPatterndefines a ColorSpaceclassPdfRectangleis the PDF Rectangle object.classA Rendition dictionary (pdf spec 1.5)classImplements the shading pattern dictionary.classA signature dictionary representation for the standard filters.static classCreates a standard filter of the type self signed.static classCreates a standard filter of the type Windows Certificate.static classCreates a standard filter of the type VeriSign.classImplements the signature dictionary.classPdfStreamis the Pdf stream object.classAPdfString-class is the PDF-equivalent of a JAVA-String-object.classThis is a node in a document logical structure.classThe structure tree root corresponds to the highest hierarchy level in a tagged PDF.classThe transparency group dictionary.classThis class captures an AcroForm on input.classclassFields in com.lowagie.text.pdf with type parameters of type PdfObjectModifier and TypeFieldDescriptionPdfDictionary.hashMapThis is the hashmap that contains all the values and keys of the dictionaryMethods in com.lowagie.text.pdf that return PdfObjectModifier and TypeMethodDescriptionprotected PdfObjectPdfCopy.copyObject(PdfObject in) Translate a PR-object to a Pdf-objectstatic PdfObjectPdfEncryption.createInfoId(byte[] id) protected static PdfObjectPdfReader.duplicatePdfObject(PdfObject original, PdfReader newReader) Returns thePdfObjectassociated to the specified key.PdfArray.getDirectObject(int idx) Returns thePdfObjectwith the specified index, resolving a possible indirect reference to a direct object.PdfDictionary.getDirectObject(PdfName key) Returns thePdfObjectassociated to the specified key, resolving a possible indirect reference to a direct object.PdfEncryption.getFileID()PdfStamper.getOverrideFileId()PdfStamperImp.getOverrideFileId()PdfArray.getPdfObject(int idx) Returns thePdfObjectwith the specified index.PdfLayer.getPdfObject()Gets the dictionary representing the layer.PdfLayerMembership.getPdfObject()Gets the dictionary representing the membership layer.PdfOCG.getPdfObject()Gets the object representing the layer.PdfReader.getPdfObject(int idx) static PdfObjectPdfReader.getPdfObject(PdfObject obj) Reads aPdfObjectresolving an indirect reference if needed.static PdfObjectPdfReader.getPdfObject(PdfObject obj, PdfObject parent) PdfReader.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) PdfContentParser.readPRObject()Reads a pdf object.protected PdfObjectPdfReader.readPRObject()protected PdfObjectPdfReader.readSingleObject(int k) PdfArray.remove(int idx) Remove the element at the specified position from the array.Overwrites a specified location of the array, returning the previous valueMethods in com.lowagie.text.pdf with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidInserts the specified element at the specified position.booleanAdds aPdfObjectto the end of thePdfArray.booleanOverrides theadd-method inPdfArrayin order to prevent the adding of extra object to the array.voidInserts aPdfObjectat the beginning of thePdfArray.voidBlock changes to the underlying PdfArrayPdfReader.addPdfObject(PdfObject obj) Use this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.PdfWriter.addToBody(PdfObject object, PdfIndirectReference ref) Use this method to add a PDF object to the PDF body.PdfWriter.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 preferencevoidPdfStamperImp.addViewerPreference(PdfName key, PdfObject value) Adds a viewer preferencevoidPdfWriter.addViewerPreference(PdfName key, PdfObject value) booleanChecks 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(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 voidvoidPdfLister.listAnyObject(PdfObject object) Visualizes a PDF object.protected voidvoidAssociates the specifiedPdfObjectas value with the specifiedPdfNameas key in this map.voidAssociates the specifiedPdfObjectas value to the specifiedPdfNameas key in this map.static voidPdfReader.releaseLastXrefPartial(PdfObject obj) protected voidPdfReader.removeUnusedNode(PdfObject obj, boolean[] hits) 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.voidPdfStamper.setOverrideFileId(PdfObject overrideFileId) voidPdfStamperImp.setOverrideFileId(PdfObject overrideFileId) 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.lowagie.text.pdf with parameters of type PdfObject -
Uses of PdfObject in com.lowagie.text.pdf.collection
Subclasses of PdfObject in com.lowagie.text.pdf.collectionModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in com.lowagie.text.pdf.collection that return PdfObject -
Uses of PdfObject in com.lowagie.text.pdf.interfaces
Methods in com.lowagie.text.pdf.interfaces with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidPdfViewerPreferences.addViewerPreference(PdfName key, PdfObject value) Adds a viewer preference. -
Uses of PdfObject in com.lowagie.text.pdf.internal
Methods in com.lowagie.text.pdf.internal with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidPdfViewerPreferencesImp.addViewerPreference(PdfName key, PdfObject value) Sets the viewer preferences for printing.