Uses of Class
com.aowagie.text.pdf.PdfDictionary
Packages that use PdfDictionary
Package
Description
-
Uses of PdfDictionary in com.aowagie.text
Methods in com.aowagie.text that return PdfDictionaryModifier and TypeMethodDescriptionImage.getAdditional()Getter for the dictionary with additional information.Methods in com.aowagie.text with parameters of type PdfDictionaryModifier and TypeMethodDescriptionvoidImage.setAdditional(PdfDictionary additional) Sets the /Colorspace key. -
Uses of PdfDictionary in com.aowagie.text.pdf
Subclasses of PdfDictionary 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.classSpecifies a file or an URL.classImplements form fields.classThe graphic state dictionary.classPdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.classPdfOutlineis an object that represents a PDF outline entry.classImplements the shading pattern dictionary.classA signature dictionary representation for the standard filters.classImplements the signature dictionary.classPdfStreamis the Pdf stream object.classThis class captures an AcroForm on input.classFields in com.aowagie.text.pdf declared as PdfDictionaryModifier and TypeFieldDescriptionprotected PdfDictionaryPdfReader.catalogprotected PdfDictionaryPdfReader.trailerMethods in com.aowagie.text.pdf that return PdfDictionaryModifier and TypeMethodDescriptionReturns aPdfObjectas aPdfDictionary, resolving indirect references.PdfReader.getCatalog()Returns the document's catalog.protected PdfDictionaryPdfWriter.getCatalog(PdfIndirectReference rootObj) PdfSignatureAppearance.getCryptoDictionary()Gets the user made signature dictionary.PdfWriter.getDefaultColorspace()Use this method to get the default colorspaces.PdfDeveloperExtension.getDeveloperExtensions()Generations the developer extension dictionary corresponding with the prefix.PdfWriter.getExtraCatalog()Sets extra keys to the catalog.PdfWriter.getGroup()Use this method to get the group dictionary.PdfWriter.getInfo()Use this method to get the info dictionary if you want to change it directly (add keys and values to the info dictionary).PRAcroForm.FieldInformation.getInfo()AcroFields.Item.getMerged(int idx) Retrieve the merged dictionary for the given instance.PdfReader.getPageN(int pageNum) Gets the dictionary that represents a page.PdfReader.getPageNRelease(int pageNum) AcroFields.getSignatureDictionary(String name) Gets the signature dictionary, the one keyed by /V.PdfReader.getTrailer()Gets the trailer dictionaryPdfTransition.getTransitionDictionary()AcroFields.Item.getValue(int idx) Retrieve the value dictionary of the given instanceAcroFields.Item.getWidget(int idx) Retrieve the widget dictionary of the given instanceMethods in com.aowagie.text.pdf with parameters of type PdfDictionaryModifier and TypeMethodDescriptionvoidPdfSignatureAppearance.close(PdfDictionary update) This is the last method to be called when using external signatures.voidAcroFields.decodeGenericDictionary(PdfDictionary merged, com.aowagie.text.pdf.BaseField tx) intPdfReader.getPageRotation(PdfDictionary page) voidPdfSignatureAppearance.setCryptoDictionary(PdfDictionary cryptoDictionary) Sets a user made signature dictionary.voidPdfWriter.setGroup(PdfDictionary group) Use this method to set the group dictionary.protected voidPdfWriter.writeOutlines(PdfDictionary catalog, boolean namedAsNames) -
Uses of PdfDictionary in com.aowagie.text.pdf.collection
Subclasses of PdfDictionary in com.aowagie.text.pdf.collection -
Uses of PdfDictionary in com.aowagie.text.pdf.internal
Methods in com.aowagie.text.pdf.internal that return PdfDictionaryModifier and TypeMethodDescriptionPdfViewerPreferencesImp.getViewerPreferences()Returns the viewer preferences.Methods in com.aowagie.text.pdf.internal with parameters of type PdfDictionaryModifier and TypeMethodDescriptionvoidPdfVersionImp.addToCatalog(PdfDictionary catalog) Adds the version to the Catalog dictionary.voidPdfViewerPreferencesImp.addToCatalog(PdfDictionary catalog) Adds the viewer preferences defined in the preferences parameter to a PdfDictionary (more specifically the root or catalog of a PDF file).voidPdfXConformanceImp.completeExtraCatalog(PdfDictionary extraCatalog) voidPdfXConformanceImp.completeInfoDictionary(PdfDictionary info) static PdfViewerPreferencesImpPdfViewerPreferencesImp.getViewerPreferences(PdfDictionary catalog) -
Uses of PdfDictionary in com.aowagie.text.xml.xmp
Constructors in com.aowagie.text.xml.xmp with parameters of type PdfDictionaryModifierConstructorDescriptionXmpWriter(OutputStream os, PdfDictionary info, int PdfXConformance)