Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfDictionary
Packages that use PdfDictionary
Package
Description
-
Uses of PdfDictionary in com.gitlab.pdftk_java
Fields in com.gitlab.pdftk_java declared as PdfDictionaryModifier and TypeFieldDescription(package private) PdfDictionarybookmarks.BuildBookmarksState.final_child_pMethods in com.gitlab.pdftk_java that return PdfDictionaryModifier and TypeMethodDescription(package private) static PdfDictionaryPdfPageLabel.BuildPageLabels(ArrayList<PdfPageLabel> pagelabels_data) Methods in com.gitlab.pdftk_java that return types with arguments of type PdfDictionaryModifier and TypeMethodDescription(package private) static ArrayList<PdfDictionary> report.getAnnots(PdfReader reader_p, PdfDictionary page_p) Methods in com.gitlab.pdftk_java with parameters of type PdfDictionaryModifier and TypeMethodDescription(package private) voidreport.FormField.addApStates(PdfReader reader_p, PdfDictionary ap_p, PdfName state_name, boolean utf8_b) (package private) static intbookmarks.BuildBookmarks(PdfReader reader_p, ListIterator<PdfBookmark> it, PdfDictionary parent_p, PRIndirectReference parent_ref_p, int parent_level, boolean utf8_b) (package private) static voidbookmarks.BuildBookmarks(PdfWriter writer_p, ListIterator<PdfBookmark> it, PdfDictionary parent_p, PdfIndirectReference parent_ref_p, PdfDictionary after_child_p, PdfIndirectReference after_child_ref_p, int parent_level, int page_num_offset, int level_offset, boolean utf8_b, bookmarks.BuildBookmarksState state) (package private) static ArrayList<PdfDictionary> report.getAnnots(PdfReader reader_p, PdfDictionary page_p) (package private) static intbookmarks.GetPageNumber(PdfDictionary dict_p, PdfReader reader_p, HashMap<PdfDictionary, Integer> cache) (package private) static intbookmarks.ReadOutlines(ArrayList<PdfBookmark> bookmark_data, PdfDictionary outline_p, int level, PdfReader reader_p, boolean utf8_b) (package private) static voidbookmarks.RemoveBookmarks(PdfReader reader_p, PdfDictionary bookmark_p) (package private) static voidreport.ReportAction(PrintStream ofs, PdfReader reader_p, PdfDictionary action_p, boolean utf8_b, String prefix) (package private) static voidreport.ReportAnnot(PrintStream ofs, PdfReader reader_p, int page_num, PdfDictionary page_p, PdfDictionary annot_p, boolean utf8_b) (package private) static voidreport.ReportInfo(PrintStream ofs, PdfReader reader_p, PdfDictionary info_p, boolean utf8_b) (package private) static voidreport.ReportOutlines(PrintStream ofs, PdfDictionary outline_p, PdfReader reader_p, boolean utf8_b) (package private) static voidreport.ReportPageLabels(PrintStream ofs, PdfDictionary numtree_node_p, PdfReader reader_p, boolean utf8_b) (package private) static voidattachments.unpack_file(PdfReader input_reader_p, PdfDictionary filespec_p, String output_pathname, boolean ask_about_warnings_b) Method parameters in com.gitlab.pdftk_java with type arguments of type PdfDictionaryModifier and TypeMethodDescription(package private) static intbookmarks.GetPageNumber(PdfDictionary dict_p, PdfReader reader_p, HashMap<PdfDictionary, Integer> cache) -
Uses of PdfDictionary in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfDictionary in com.gitlab.pdftk_java.com.lowagie.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.classAPdfBorderDictionarydefine the appearance of a Border (Annotations).(package private) classPdfContentsis aPdfStreamcontaining the contents (text + graphics) of aPdfPage.(package private) static classPdfCatalogis the PDF Catalog-object.static classPdfInfois the PDF InfoDictionary.classSpecifies a file or an URL.classImplements form fields.classPdfFormObjectis a type of XObject containing a template-object.classThe graphic state dictionary.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)(package private) classPdfResourcesis the PDF Resources-object.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.(package private) static classPdfTraileris the PDF Trailer object.classThis class captures an AcroForm on input.classFields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfDictionaryModifier and TypeFieldDescriptionprivate PdfDictionaryPdfDocument.additionalActionsPdfReader.catalogprotected PdfDictionaryPageResources.colorDictionaryprivate PdfDictionaryPdfSignatureAppearance.cryptoDictionaryprotected PdfDictionaryPdfWriter.defaultColorspaceprotected PdfDictionaryPdfFunction.dictionaryprotected PdfDictionaryPageResources.extGStateDictionaryprivate PdfDictionaryPdfWriter.extraCatalogHolds value of property extraCatalog.(package private) PdfDictionaryDocumentFont.fontprotected PdfDictionaryPageResources.fontDictionary(package private) PdfDictionaryPdfCopyFieldsImp.formprotected PdfDictionaryPdfWriter.groupprotected PdfDictionaryPdfWriter.imageDictionaryDictionary, containing all the images of the PDF document(package private) PdfDictionaryPRAcroForm.FieldInformation.infoprotected PdfDictionaryPageResources.originalResourcesprotected PdfDictionaryPdfDocument.pageAA(package private) PdfDictionaryPdfStamperImp.PageStamp.pageNprotected PdfDictionaryPageResources.patternDictionaryprotected PdfDictionaryPageResources.propertyDictionary(package private) PdfDictionaryPdfCopyFieldsImp.resources(package private) PdfDictionaryPdfReader.rootPagesprotected PdfDictionaryPdfShading.shadingprotected PdfDictionaryPageResources.shadingDictionaryprotected PdfDictionaryPdfReader.trailerprotected PdfDictionaryPageResources.xObjectDictionaryMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfDictionaryModifier and TypeMethodDescriptionPdfCopy.copyDictionary(PdfDictionary in) Translate a PRDictionary to a PdfDictionary.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) Copy the acroform for an input document.protected PdfDictionaryPdfCopyFieldsImp.getCatalog(PdfIndirectReference rootObj) PdfReader.getCatalog()Returns the document's catalog.protected PdfDictionaryPdfWriter.getCatalog(PdfIndirectReference rootObj) private PdfDictionaryCJKFont.getCIDFont(PdfIndirectReference fontDescriptor, IntHashtable cjkTag) private PdfDictionaryTrueTypeFontUnicode.getCIDFontType2(PdfIndirectReference fontDescriptor, String subsetPrefix, Object[] metrics) Generates the CIDFontTyte2 dictionary.PdfSignatureAppearance.getCryptoDictionary()Gets the user made signature dictionary.PdfWriter.getDefaultColorspace()Gets the default colorspaces.PdfDeveloperExtension.getDeveloperExtensions()Generations the developer extension dictionary corresponding with the prefix.PdfPageLabels.getDictionary()Gets the page label dictionary to insert into the document.PdfEncryption.getEncryptionDictionary()PdfWriter.getExtraCatalog()Sets extra keys to the catalog.Gets the field dictionary.private PdfDictionaryCJKFont.getFontBaseType(PdfIndirectReference CIDFont) protected PdfDictionaryTrueTypeFont.getFontBaseType(PdfIndirectReference fontDescriptor, String subsetPrefix, int firstChar, int lastChar, byte[] shortTag) Generates the font dictionary for this font.private PdfDictionaryTrueTypeFontUnicode.getFontBaseType(PdfIndirectReference descendant, String subsetPrefix, PdfIndirectReference toUnicode) Generates the font dictionary.private PdfDictionaryType1Font.getFontBaseType(PdfIndirectReference fontDescriptor, int firstChar, int lastChar, byte[] shortTag) Generates the font dictionary for this font.private PdfDictionaryCJKFont.getFontDescriptor()protected PdfDictionaryTrueTypeFont.getFontDescriptor(PdfIndirectReference fontStream, String subsetPrefix) Generates the font descriptor for this font.private PdfDictionaryType1Font.getFontDescriptor(PdfIndirectReference fontStream) Generates the font descriptor for this font ornullif it is one of the 14 built in fonts.PdfWriter.getGroup()Getter for property group.PdfWriter.getInfo()Gets the info dictionary for changing.PRAcroForm.FieldInformation.getInfo()AcroFields.Item.getMerged(int idx) Retrieve the merged dictionary for the given instance.(package private) PdfDictionaryPdfAnnotation.getMK()PdfReader.getPageN(int pageNum) Gets the dictionary that represents a page.PdfReader.PageRefs.getPageN(int pageNum) Gets the dictionary that represents a page.PdfReader.getPageNRelease(int pageNum) PdfReader.PageRefs.getPageNRelease(int pageNum) PdfStructureElement.getParent()Gets the parent of this node.(package private) PdfDictionaryPageResources.getResources()AcroFields.getSignatureDictionary(String name) Gets the signature dictionary, the one keyed by /V.PdfReader.getTrailer()Gets the trailer dictionaryPdfTransition.getTransitionDictionary()private PdfDictionaryPdfLayer.getUsage()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) protected PdfDictionaryPdfReader.readDictionary()protected PdfDictionaryPdfReader.readXrefSection()private PdfDictionaryPdfReader.rebuildPages()static PdfDictionaryCreates a name tree.static PdfDictionaryCreates a number tree.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfDictionaryModifier and TypeMethodDescription(package private) voidPdfResources.add(PdfName key, PdfDictionary resource) (package private) voidPdfStamperImp.addAnnotation(PdfAnnotation annot, PdfDictionary pageN) (package private) voidPageResources.addDefaultColor(PdfDictionary dic) (package private) voidPageResources.addDefaultColorDiff(PdfDictionary dic) (package private) voidAcroFields.Item.addMerged(PdfDictionary mergeDict) Adds a merged dictionary to this Item.(package private) voidPdfPages.addPage(PdfDictionary page) (package private) PdfObject[]PdfWriter.addSimpleExtGState(PdfDictionary gstate) (package private) voidAcroFields.Item.addValue(PdfDictionary value) Add a value dict to this Item(package private) voidAcroFields.Item.addWidget(PdfDictionary widget) Add a widget dict to this Item(package private) voidPdfStamperImp.applyRotation(PdfDictionary pageN, ByteBuffer out) voidPdfContentByte.beginMarkedContentSequence(PdfName tag, PdfDictionary property, boolean inline) Begins a marked content sequence.private static ListSimpleBookmark.bookmarkDepth(PdfReader reader, PdfDictionary outline, IntHashtable pages) voidPdfSignatureAppearance.close(PdfDictionary update) This is the last method to be called when using external signatures.PdfCopy.copyDictionary(PdfDictionary in) Translate a PRDictionary to a PdfDictionary.(package private) static voidSimpleBookmark.createOutlineAction(PdfDictionary outline, HashMap map, PdfWriter writer, boolean namedAsNames) voidAcroFields.decodeGenericDictionary(PdfDictionary merged, BaseField tx) protected static PdfDictionaryPdfReader.duplicatePdfDictionary(PdfDictionary original, PdfDictionary copy, PdfReader newReader) (package private) voidPdfWriter.eliminateFontSubset(PdfDictionary fonts) (package private) static booleanPdfReader.existsName(PdfDictionary dic, PdfName key, PdfName value) (package private) PdfAppearanceAcroFields.getAppearance(PdfDictionary merged, String[] values, String fieldName) (package private) PdfAppearanceAcroFields.getAppearance(PdfDictionary merged, String text, String fieldName) PdfReader.getBoxSize(PdfDictionary page, PdfName boxName) PdfReader.getBoxSize(PdfDictionary page, String boxName) PdfReader.getCropBox(PdfDictionary page) (package private) StringAcroFields.getDefaultAppearance(PdfDictionary dict) (package private) static StringPdfReader.getFontName(PdfDictionary dic) private static StringPdfWriter.getNameString(PdfDictionary dic, PdfName key) intPdfReader.getPageRotation(PdfDictionary page) PdfReader.getPageSize(PdfDictionary page) Gets the page from a page dictionaryPdfReader.getPageSizeWithRotation(PdfDictionary page) Gets the rotated page from a page dictionary.PdfCopy.getParent(PdfDictionary annot) voidPdfSignatureAppearance.SignatureEvent.getSignatureDictionary(PdfDictionary sig) Allows modification of the signature dictionary.(package private) static StringPdfReader.getSubsetPrefix(PdfDictionary dic) private voidPdfStructureElement.init(PdfDictionary parent, PdfName structureType) (package private) booleanAcroFields.isInAP(PdfDictionary dic, PdfName check) private static voidPdfNameTree.iterateItems(PdfDictionary dic, HashMap items) private static voidPdfNumberTree.iterateItems(PdfDictionary dic, HashMap items) 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) (package private) static voidPdfFormField.mergeResources(PdfDictionary result, PdfDictionary source) (package private) static voidPdfFormField.mergeResources(PdfDictionary result, PdfDictionary source, PdfStamperImp writer) static voidBaseField.moveFields(PdfDictionary from, PdfDictionary to) Moves the field keys fromfromtoto.private voidPdfStructureTreeRoot.nodeProcess(PdfDictionary struc, PdfIndirectReference reference) protected voidPRAcroForm.pushAttrib(PdfDictionary dict) stack a level of dictionary.private voidPdfReader.PageRefs.pushPageAttributes(PdfDictionary nodePages) Adds a PdfDictionary to the pageInh stack to keep track of the page attributes.voidPdfDictionary.putAll(PdfDictionary dic) voidPRAcroForm.readAcroForm(PdfDictionary root) Read, and comprehend the acroformprotected voidFdfReader.readFileSpecification(PdfDictionary fdf) static HashMapPdfNameTree.readTree(PdfDictionary dic) static HashMapPdfNumberTree.readTree(PdfDictionary dic) private static voidBaseFont.recourseFonts(PdfDictionary page, IntHashtable hits, ArrayList fonts, int level) (package private) voidPdfDocument.PdfCatalog.setAdditionalActions(PdfDictionary actions) Sets the document level additional actions.voidPdfSignatureAppearance.setCryptoDictionary(PdfDictionary cryptoDictionary) Sets a user made signature dictionary.voidPdfWriter.setGroup(PdfDictionary group) Setter for property group.(package private) voidPageResources.setOriginalResources(PdfDictionary resources, int[] newNamePtr) private voidAcroFields.updateByteRange(PdfPKCS7 pkcs7, PdfDictionary v) Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfDictionaryModifierConstructorDescription(package private)FieldInformation(String name, PdfDictionary info, PRIndirectReference ref) (package private)PageStamp(PdfStamperImp stamper, PdfReader reader, PdfDictionary pageN) (package private)PdfPage(PdfRectangle mediaBox, HashMap boxSize, PdfDictionary resources) Constructs aPdfPage.(package private)PdfPage(PdfRectangle mediaBox, HashMap boxSize, PdfDictionary resources, int rotate) Constructs aPdfPage.PRStream(PRStream stream, PdfDictionary newDic) PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader) -
Uses of PdfDictionary in com.gitlab.pdftk_java.com.lowagie.text.pdf.internal
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf.internal declared as PdfDictionaryModifier and TypeFieldDescriptionprotected PdfDictionaryPdfVersionImp.extensionsThe extensions dictionary.private PdfDictionaryPdfViewerPreferencesImp.viewerPreferencesThis dictionary holds the viewer preferences (other than page layout and page mode).Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf.internal that return PdfDictionaryModifier and TypeMethodDescriptionPdfViewerPreferencesImp.getViewerPreferences()Returns the viewer preferences.Methods in com.gitlab.pdftk_java.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).static PdfViewerPreferencesImpPdfViewerPreferencesImp.getViewerPreferences(PdfDictionary catalog)