Uses of Class
com.aowagie.text.pdf.PdfObject
Packages that use PdfObject
Package
Description
-
Uses of PdfObject in com.aowagie.text.pdf
Subclasses of PdfObject in com.aowagie.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.classPdfDateis the PDF date object.classAPdfColordefines a Color (it's aPdfArraycontaining 3 values).classPdfDictionaryis the Pdf dictionary object.classSpecifies a file or an URL.classImplements form fields.classThe graphic state dictionary.classPdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.classPdfIndirectReferencecontains a reference to aPdfIndirectObject.classa LiteralclassPdfNameis an object that can be used as a name in a PDF-file.classPdfNumberprovides two types of numbers, integer and real.classPdfOutlineis an object that represents a PDF outline entry.classPdfRectangleis the PDF Rectangle object.classImplements the shading pattern dictionary.classA signature dictionary representation for the standard filters.classImplements the signature dictionary.classPdfStreamis the Pdf stream object.classAPdfString-class is the PDF-equivalent of a JAVA-String-object.classThis class captures an AcroForm on input.classclassFields 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 TypeMethodDescriptionReturns thePdfObjectassociated to the specified key.PdfDictionary.getDirectObject(PdfName key) Returns thePdfObjectassociated to the specified key, resolving a possible indirect reference to a direct object.PdfStamperImp.getFileID()PdfArray.getPdfObject(int idx) Returns thePdfObjectwith the specified index.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.getPdfObjectRelease(PdfObject obj) protected PdfObjectPdfSpotColor.getSpotObject(PdfWriter writer) static PdfObjectXfaForm.getXfaObject(PdfReader reader) Return the XFA Object, could be an array, could be a Stream.Methods 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 TypeMethodDescriptionbooleanAdds 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.PdfWriter.addToBody(PdfObject object, PdfIndirectReference ref) Use this method to add a PDF object to the PDF body.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) static PdfObjectPdfReader.getPdfObject(PdfObject obj) Reads aPdfObjectresolving an indirect reference if needed.static PdfObjectPdfReader.getPdfObjectRelease(PdfObject obj) protected voidprotected voidvoidAssociates the specifiedPdfObjectas value with the specifiedPdfNameas key in this map.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 -
Uses of PdfObject in com.aowagie.text.pdf.collection
Subclasses of PdfObject in com.aowagie.text.pdf.collection -
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.