Uses of Class
com.lowagie.text.pdf.PdfDictionary
Packages that use PdfDictionary
Package
Description
-
Uses of PdfDictionary in com.lowagie.text
Methods in com.lowagie.text that return PdfDictionaryModifier and TypeMethodDescriptionImage.getAdditional()Getter for the dictionary with additional information.Methods in com.lowagie.text with parameters of type PdfDictionaryModifier and TypeMethodDescriptionvoidImage.setAdditional(PdfDictionary additional) Sets the /Colorspace key. -
Uses of PdfDictionary in com.lowagie.text.pdf
Subclasses of PdfDictionary 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.classAPdfBorderDictionarydefine the appearance of a Border (Annotations).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.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.classclassThis 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 ColorSpaceclassA 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.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.classFields in com.lowagie.text.pdf declared as PdfDictionaryModifier and TypeFieldDescriptionprotected PdfDictionaryPdfDocument.additionalActionsprotected PdfDictionaryPdfReader.catalogprotected PdfDictionaryPdfWriter.defaultColorspaceprotected PdfDictionaryPdfFunction.dictionaryprotected PdfDictionaryPdfWriter.extraCatalogHolds value of property extraCatalog this is used for Output Intents.protected PdfDictionaryPdfWriter.groupA group attributes dictionary specifying the attributes of the page's page group for use in the transparent imaging modelprotected PdfDictionaryPdfWriter.imageDictionaryDictionary, containing all the images of the PDF documentprotected PdfDictionaryPdfDocument.pageAAprotected PdfDictionaryPdfShading.shadingprotected PdfDictionaryPdfReader.trailerMethods in com.lowagie.text.pdf that return PdfDictionaryModifier and TypeMethodDescriptionprotected PdfDictionaryPdfCopy.copyDictionary(PdfDictionary in) Translate a PRDictionary to a PdfDictionary.protected PdfDictionaryUnembedFontPdfSmartCopy.copyDictionary(PdfDictionary in) protected static PdfDictionaryPdfReader.duplicatePdfDictionary(PdfDictionary original, PdfDictionary copy, PdfReader newReader) PdfArray.getAsDict(int idx) Returns aPdfObjectas aPdfDictionary, resolving indirect references.Returns aPdfObjectas aPdfDictionary, resolving indirect references.protected PdfDictionaryPdfCopy.getCatalog(PdfIndirectReference rootObj) 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.protected PdfDictionaryPdfPageLabels.getDictionary(PdfWriter writer) Gets the page label dictionary to insert into the document.PdfEncryption.getEncryptionDictionary()PdfWriter.getExtraCatalog()Sets extra keys to the catalog.Gets the field dictionary.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) PdfStructureElement.getParent()Gets the parent of this node.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 instanceprotected PdfDictionaryPRAcroForm.mergeAttrib(PdfDictionary parent, PdfDictionary child) merge field attributes from two dictionariesstatic PdfDictionarySimpleNamedDestination.outputNamedDestinationAsNames(HashMap names, PdfWriter writer) static PdfDictionarySimpleNamedDestination.outputNamedDestinationAsStrings(HashMap names, PdfWriter writer) PdfContentParser.readDictionary()Reads a dictionary.protected PdfDictionaryPdfReader.readDictionary()protected PdfDictionaryPdfReader.readXrefSection()static PdfDictionaryWrites a name tree to a PdfWriter.static PdfDictionaryCreates a number tree.Methods in com.lowagie.text.pdf with parameters of type PdfDictionaryModifier and TypeMethodDescriptionvoidPdfContentByte.beginMarkedContentSequence(PdfName tag, PdfDictionary property, boolean inline) Begins a marked content sequence.voidPdfContentByte.beginMarkedContentSequence(PdfStructureElement struc, PdfDictionary dict) voidPdfSignatureAppearance.close(PdfDictionary update) This is the last method to be called when using external signatures.protected PdfDictionaryPdfCopy.copyDictionary(PdfDictionary in) Translate a PRDictionary to a PdfDictionary.protected PdfDictionaryUnembedFontPdfSmartCopy.copyDictionary(PdfDictionary in) voidAcroFields.decodeGenericDictionary(PdfDictionary merged, BaseField tx) protected static PdfDictionaryPdfReader.duplicatePdfDictionary(PdfDictionary original, PdfDictionary copy, PdfReader newReader) static PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, boolean compress, String mimeType, PdfDictionary fileParameter) Creates a file specification with the file embedded.static PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, String mimeType, PdfDictionary fileParameter, int compressionLevel) Creates a file specification with the file embedded.PdfReader.getPageSize(PdfDictionary page) Gets the page from a page dictionaryPdfReader.getPageSizeWithRotation(PdfDictionary page) Gets the rotated page from a page dictionary.voidPdfSignatureAppearance.SignatureEvent.getSignatureDictionary(PdfDictionary sig) Allows modification of the signature dictionary.protected voidFdfReader.kidNode(PdfDictionary merged, String name) voidPdfLister.listDict(PdfDictionary dictionary) Visualizes a PdfDictionary object.voidPdfDictionary.merge(PdfDictionary other) protected PdfDictionaryPRAcroForm.mergeAttrib(PdfDictionary parent, PdfDictionary child) merge field attributes from two dictionariesvoidPdfDictionary.mergeDifferent(PdfDictionary other) static voidBaseField.moveFields(PdfDictionary from, PdfDictionary to) Moves the field keys fromfromtoto.protected voidPRAcroForm.pushAttrib(PdfDictionary dict) stack a level of dictionary.voidPdfDictionary.putAll(PdfDictionary dic) Copies all of the mappings from the specifiedPdfDictionaryto thisPdfDictionary.voidPRAcroForm.readAcroForm(PdfDictionary root) Read, and comprehend the acroformstatic HashMapPdfNameTree.readTree(PdfDictionary dic) static HashMapPdfNumberTree.readTree(PdfDictionary dic) 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) Constructors in com.lowagie.text.pdf with parameters of type PdfDictionaryModifierConstructorDescriptionPRStream(PRStream stream, PdfDictionary newDic) PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader) -
Uses of PdfDictionary in com.lowagie.text.pdf.collection
Subclasses of PdfDictionary in com.lowagie.text.pdf.collectionModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of PdfDictionary in com.lowagie.text.pdf.internal
Fields in com.lowagie.text.pdf.internal declared as PdfDictionaryModifier and TypeFieldDescriptionprotected PdfDictionaryPdfVersionImp.extensionsThe extensions dictionary.Methods in com.lowagie.text.pdf.internal that return PdfDictionaryModifier and TypeMethodDescriptionPdfViewerPreferencesImp.getViewerPreferences()Returns the viewer preferences.Methods in com.lowagie.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.lowagie.text.pdf.parser
Methods in com.lowagie.text.pdf.parser with parameters of type PdfDictionaryModifier and TypeMethodDescriptionstatic StringPdfContentReaderTool.getDictionaryDetail(PdfDictionary dic) Shows the detail of a dictionary.static StringPdfContentReaderTool.getDictionaryDetail(PdfDictionary dic, int depth) Shows the detail of a dictionary.voidPdfContentStreamProcessor.processContent(byte[] contentBytes, PdfDictionary resources) Processes PDF syntax -
Uses of PdfDictionary in com.lowagie.text.xml.xmp
Constructors in com.lowagie.text.xml.xmp with parameters of type PdfDictionaryModifierConstructorDescriptionXmpWriter(OutputStream os, PdfDictionary info, int PdfXConformance)