Uses of Class
com.aowagie.text.pdf.PdfObject
Packages that use PdfObject
Package
Description
-
Uses of PdfObject in com.aowagie.text
Methods in com.aowagie.text that return PdfObjectModifier and TypeMethodDescriptionprivate PdfObjectImage.simplifyColorspace(PdfArray obj) Gets a PDF Name from an array or returns the object that was passed. -
Uses of PdfObject in com.aowagie.text.pdf
Subclasses of PdfObject in com.aowagie.text.pdfModifier and TypeClassDescription(package private) static classGenerates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.classEach 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.(package private) classAPdfBorderArraydefines the border of aPdfAnnotation.(package private) classAPdfBorderDictionarydefine the appearance of a Border (Annotations).(package private) classAPdfColordefines a Color (it's aPdfArraycontaining 3 values).(package private) classPdfContentsis aPdfStreamcontaining the contents (text + graphics) of aPdfPage.(package private) 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.private static classPdfCatalogis the PDF Catalog-object.private static classPdfInfois the PDF InfoDictionary.(package private) classExtends PdfStream and should be used to create Streams for Embedded Files (file attachments).classSpecifies a file or an URL.classImplements form fields.(package private) classPdfFormObjectis a type of XObject containing a template-object.classThe graphic state dictionary.(package private) classAPdfICCBaseddefines a ColorSpaceclassPdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.classPdfIndirectReferencecontains a reference to aPdfIndirectObject.(package private) 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.(package private) classContent typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.classa Literal(package private) classclassPdfNameis an object that can be used as a name in a PDF-file.(package private) classPdfNullis the Null object represented by the keyword null.classPdfNumberprovides two types of numbers, integer and real.(package private) 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.(package private) classPdfPageis the PDF Page-object.(package private) classAPdfPatterndefines a ColorSpaceclassPdfRectangleis the PDF Rectangle object.(package private) classA Rendition dictionary (pdf spec 1.5)(package private) classPdfResourcesis the PDF Resources-object.classImplements the shading pattern dictionary.classA signature dictionary representation for the standard filters.(package private) static classCreates a standard filter of the type self signed.(package private) static classCreates a standard filter of the type Windows Certificate.(package private) 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.(package private) classThis is a node in a document logical structure.(package private) classThe structure tree root corresponds to the highest hierarchy level in a tagged PDF.(package private) classThe transparency group dictionary.(package private) static classPdfTraileris the PDF Trailer object.classThis class captures an AcroForm on input.classclassFields in com.aowagie.text.pdf declared as PdfObjectModifier and TypeFieldDescriptionprivate final PdfObjectPdfIndirectObject.objectprivate PdfObjectPdfStamperImp.pdfFileIDFields in com.aowagie.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.aowagie.text.pdf that return PdfObjectModifier and TypeMethodDescription(package private) PdfObject[]PdfWriter.addSimpleExtGState(PdfDictionary gstate) (package private) PdfObject[]PdfWriter.addSimpleProperty(Object prop, PdfIndirectReference refi) private PdfObjectPdfCopy.copyObject(PdfObject in) Translate a PR-object to a Pdf-objectstatic PdfObjectPdfEncryption.createInfoId(byte[] id) private static PdfObjectPdfReader.duplicatePdfObject(PdfObject original, PdfReader newReader) Returns thePdfObjectassociated to the specified key.(package private) PdfObjectPdfArray.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()PdfStamperImp.getFileID()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.(package private) static PdfObjectPdfReader.getPdfObject(PdfObject obj, PdfObject parent) (package private) PdfObjectPdfReader.getPdfObjectRelease(int idx) static PdfObjectPdfReader.getPdfObjectRelease(PdfObject obj) (package private) 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.(package private) PdfObjectColorDetails.getSpotColor(PdfWriter writer) Gets theSpotColorobject.protected PdfObjectPdfSpotColor.getSpotObject(PdfWriter writer) static PdfObjectXfaForm.getXfaObject(PdfReader reader) Return the XFA Object, could be an array, could be a Stream.(package private) static PdfObjectPdfReader.killIndirect(PdfObject obj) Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.private PdfObjectPdfReader.readOneObjStm(PRStream stream, int idx) (package private) PdfObjectPdfContentParser.readPRObject()Reads a pdf object.private PdfObjectPdfReader.readPRObject()private PdfObjectPdfReader.readSingleObject(int k) (package private) PdfObjectPdfArray.remove(int idx) Remove the element at the specified position from the array.(package private) PdfObjectOverwrites a specified location of the array, returning the previous valueMethods in com.aowagie.text.pdf that return types with arguments of type PdfObjectModifier and TypeMethodDescriptionPdfArray.listIterator()Returns the list iterator for the array.Methods in com.aowagie.text.pdf with parameters of type PdfObjectModifier and TypeMethodDescription(package private) voidInserts 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.(package private) PdfIndirectObjectAdds aPdfObjectto the body.private PdfIndirectObjectprivate PdfIndirectObjectprivate PdfIndirectObject(package private) PdfIndirectObjectPdfWriter.PdfBody.add(PdfObject object, PdfIndirectReference ref) Adds aPdfObjectto the body given an already existing PdfIndirectReference.private PdfIndirectObjectPdfWriter.PdfBody.add(PdfObject object, PdfIndirectReference ref, boolean inObjStm) voidInserts aPdfObjectat the beginning of thePdfArray.voidBlock changes to the underlying PdfArrayPdfReader.addPdfObject(PdfObject obj) (package private) PdfIndirectObjectUse this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.(package private) PdfIndirectObjectUse this method to add a PDF object to the PDF body.(package private) PdfIndirectObjectUse 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.(package private) PdfIndirectObjectPdfWriter.addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm) Use this method to add a PDF object to the PDF body.PdfWriter.PdfBody.addToObjStm(PdfObject obj, int nObj) (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) (package private) booleanChecks if thePdfArrayalready contains a certainPdfObject.private PdfObjectPdfCopy.copyObject(PdfObject in) Translate a PR-object to a Pdf-objectprivate static PdfActionPdfAction.createHide(PdfObject obj, boolean hide) A Hide action hides or shows an object.private static byte[]PdfReader.decodePredictor(byte[] in, PdfObject dicPar) private static PdfObjectPdfReader.duplicatePdfObject(PdfObject original, PdfReader newReader) private static voidPdfStamperImp.findAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits) private static PdfArrayPdfReader.getNameArray(PdfObject obj) static PdfObjectPdfReader.getPdfObject(PdfObject obj) Reads aPdfObjectresolving an indirect reference if needed.(package private) static PdfObjectPdfReader.getPdfObject(PdfObject obj, PdfObject parent) static PdfObjectPdfReader.getPdfObjectRelease(PdfObject obj) (package private) static PdfObjectPdfReader.getPdfObjectRelease(PdfObject obj, PdfObject parent) Reads aPdfObjectresolving an indirect reference if needed.private static PdfActionPdfAction.gotoEmbedded(String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow) Creates a GoToE action to an embedded file.private voidPdfReader.iterateBookmarks(PdfObject outlineRef, HashMap names) (package private) static PdfObjectPdfReader.killIndirect(PdfObject obj) Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.protected voidprivate static voidSimpleBookmark.mapGotoBookmark(HashMap map, PdfObject dest, IntHashtable pages) private voidprotected voidprivate voidPdfCopyFieldsImp.propagate(PdfObject obj, PdfIndirectReference refo, boolean restricted) voidAssociates the specifiedPdfObjectas value with the specifiedPdfNameas key in this map.(package private) static voidPdfReader.releaseLastXrefPartial(PdfObject obj) private intAcroFields.removeRefFromArray(PdfArray array, PdfObject refo) private voidPdfReader.removeUnusedNode(PdfObject obj, boolean[] hits) private booleanPdfReader.replaceNamedDestination(PdfObject obj, HashMap names) (package private) PdfObjectOverwrites a specified location of the array, returning the previous valueprivate voidPdfWriter.setDefaultColorspace(PdfName key, PdfObject cs) Use this method to sets the default colorspace that will be applied to all the document.(package private) booleanprivate voidPdfReader.setXrefPartialObject(int idx, PdfObject obj) private void(package private) voidPdfWriter.PdfBody.writeCrossReferenceTable(OutputStream os, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, int 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 thewriteFlagssettingConstructors in com.aowagie.text.pdf with parameters of type PdfObjectModifierConstructorDescriptionConstructs anPdfArray-object, containing 1PdfObject.privatePdfIndirectObject(int number, int generation, PdfObject object, PdfWriter writer) Constructs aPdfIndirectObject.(package private)PdfIndirectObject(int number, PdfObject object, PdfWriter writer) Constructs aPdfIndirectObject.(package private)PdfTrailer(int size, int offset, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, int prevxref) Constructs a PDF-Trailer. -
Uses of PdfObject in com.aowagie.text.pdf.codec
Methods in com.aowagie.text.pdf.codec that return PdfObject -
Uses of PdfObject in com.aowagie.text.pdf.collection
Subclasses of PdfObject in com.aowagie.text.pdf.collectionModifier and TypeClassDescriptionclass(package private) class(package private) class(package private) classclassMethods in com.aowagie.text.pdf.collection that return PdfObject -
Uses of PdfObject in com.aowagie.text.pdf.interfaces
Methods in com.aowagie.text.pdf.interfaces with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidPdfViewerPreferences.addViewerPreference(PdfName key, PdfObject value) Adds a viewer preference. -
Uses of PdfObject in com.aowagie.text.pdf.internal
Methods in com.aowagie.text.pdf.internal with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidPdfViewerPreferencesImp.addViewerPreference(PdfName key, PdfObject value) Sets the viewer preferences for printing.