Uses of Class
com.aowagie.text.pdf.PdfObject
-
Packages that use PdfObject Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.codec com.aowagie.text.pdf.collection com.aowagie.text.pdf.interfaces com.aowagie.text.pdf.internal -
-
Uses of PdfObject in com.aowagie.text
Methods in com.aowagie.text that return PdfObject Modifier and Type Method Description private 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.pdf Modifier and Type Class Description (package private) static classBaseFont.StreamFontGenerates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.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.(package private) classPdfBorderArrayAPdfBorderArraydefines the border of aPdfAnnotation.(package private) classPdfBorderDictionaryAPdfBorderDictionarydefine the appearance of a Border (Annotations).(package private) classPdfColorAPdfColordefines a Color (it's aPdfArraycontaining 3 values).(package private) classPdfContentsPdfContentsis aPdfStreamcontaining the contents (text + graphics) of aPdfPage.(package private) 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.private static classPdfDocument.PdfCatalogPdfCatalogis the PDF Catalog-object.private static classPdfDocument.PdfInfoPdfInfois the PDF InfoDictionary.(package private) classPdfEFStreamExtends PdfStream and should be used to create Streams for Embedded Files (file attachments).classPdfFileSpecificationSpecifies a file or an URL.classPdfFormFieldImplements form fields.(package private) classPdfFormXObjectPdfFormObjectis a type of XObject containing a template-object.classPdfGStateThe graphic state dictionary.(package private) classPdfICCBasedAPdfICCBaseddefines a ColorSpaceclassPdfImagePdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.classPdfIndirectReferencePdfIndirectReferencecontains a reference to aPdfIndirectObject.(package private) 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.(package private) classPdfLayerMembershipContent typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.classPdfLiterala Literal(package private) classPdfMediaClipDataclassPdfNamePdfNameis an object that can be used as a name in a PDF-file.(package private) classPdfNullPdfNullis the Null object represented by the keyword null.classPdfNumberPdfNumberprovides two types of numbers, integer and real.(package private) 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.(package private) classPdfPagePdfPageis the PDF Page-object.(package private) classPdfPatternAPdfPatterndefines a ColorSpaceclassPdfRectanglePdfRectangleis the PDF Rectangle object.(package private) classPdfRenditionA Rendition dictionary (pdf spec 1.5)(package private) classPdfResourcesPdfResourcesis the PDF Resources-object.classPdfShadingPatternImplements the shading pattern dictionary.classPdfSigGenericPKCSA signature dictionary representation for the standard filters.(package private) static classPdfSigGenericPKCS.PPKLiteCreates a standard filter of the type self signed.(package private) static classPdfSigGenericPKCS.PPKMSCreates a standard filter of the type Windows Certificate.(package private) 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.(package private) classPdfStructureElementThis is a node in a document logical structure.(package private) classPdfStructureTreeRootThe structure tree root corresponds to the highest hierarchy level in a tagged PDF.(package private) classPdfTransparencyGroupThe transparency group dictionary.(package private) static classPdfWriter.PdfTrailerPdfTraileris the PDF Trailer object.classPRAcroFormThis class captures an AcroForm on input.classPRIndirectReferenceclassPRStreamFields in com.aowagie.text.pdf declared as PdfObject Modifier and Type Field Description private PdfObjectPdfIndirectObject. objectprivate PdfObjectPdfStamperImp. pdfFileIDFields in com.aowagie.text.pdf with type parameters of type PdfObject Modifier and Type Field Description protected java.util.HashMap<PdfName,PdfObject>PdfDictionary. hashMapThis is the hashmap that contains all the values and keys of the dictionaryMethods in com.aowagie.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)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)PdfObjectPdfDictionary. get(PdfName key)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.PdfObjectPdfDictionary. getDirectObject(PdfName key)Returns thePdfObjectassociated to the specified key, resolving a possible indirect reference to a direct object.PdfObjectPdfEncryption. getFileID()PdfObjectPdfStamperImp. 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.(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) PdfObjectPdfArray. set(int idx, PdfObject obj)Overwrites a specified location of the array, returning the previous valueMethods in com.aowagie.text.pdf that return types with arguments of type PdfObject Modifier and Type Method Description java.util.ListIterator<PdfObject>PdfArray. listIterator()Returns the list iterator for the array.Methods in com.aowagie.text.pdf with parameters of type PdfObject Modifier and Type Method Description (package private) 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.(package private) PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object)Adds aPdfObjectto the body.private PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object, boolean inObjStm)private PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object, int refNumber)private PdfIndirectObjectPdfWriter.PdfBody. add(PdfObject object, int refNumber, boolean inObjStm)(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)voidPdfArray. addFirst(PdfObject object)Inserts aPdfObjectat the beginning of thePdfArray.voidPdfRectangle. addFirst(PdfObject object)Block changes to the underlying PdfArrayPRIndirectReferencePdfReader. addPdfObject(PdfObject obj)(package private) 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.(package private) PdfIndirectObjectPdfWriter. addToBody(PdfObject object, int refNumber)Use this method to add a PDF object to the PDF body.(package private) 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.(package private) PdfIndirectObjectPdfWriter. addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm)Use this method to add a PDF object to the PDF body.private PdfWriter.PdfBody.PdfCrossReferencePdfWriter.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) booleanPdfArray. contains(PdfObject object)Checks 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(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 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 voidPdfReader. killXref(PdfObject obj)private static voidSimpleBookmark. mapGotoBookmark(java.util.HashMap map, PdfObject dest, IntHashtable pages)private voidAcroFields. markUsed(PdfObject obj)protected voidPdfStamperImp. markUsed(PdfObject obj)private voidPdfCopyFieldsImp. propagate(PdfObject obj, PdfIndirectReference refo, boolean restricted)voidPdfDictionary. put(PdfName key, PdfObject object)Associates 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, java.util.HashMap names)(package private) PdfObjectPdfArray. set(int idx, PdfObject obj)Overwrites 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) booleanFdfWriter. setField(java.lang.String field, PdfObject value)private voidPdfReader. setXrefPartialObject(int idx, PdfObject obj)private voidPdfStamperImp. sweepKids(PdfObject obj)(package private) voidPdfWriter.PdfBody. writeCrossReferenceTable(java.io.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 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.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 Modifier and Type Method Description private PdfObjectPngImage. getColorspace() -
Uses of PdfObject in com.aowagie.text.pdf.collection
Subclasses of PdfObject in com.aowagie.text.pdf.collection Modifier and Type Class Description classPdfCollection(package private) classPdfCollectionField(package private) classPdfCollectionSchema(package private) classPdfCollectionSortclassPdfTargetDictionaryMethods in com.aowagie.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.aowagie.text.pdf.interfaces
Methods in com.aowagie.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.aowagie.text.pdf.internal
Methods in com.aowagie.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.
-