Uses of Class
com.lowagie.text.pdf.PdfDictionary

Packages that use PdfDictionary
at.knowcenter.wag.egov.egiz.pdf   
com.lowagie.text   
com.lowagie.text.pdf   
com.lowagie.text.xml.xmp   
com.lowagie.tools.plugins   
com.lowagie.tools.plugins.treeview   
 

Uses of PdfDictionary in at.knowcenter.wag.egov.egiz.pdf
 

Methods in at.knowcenter.wag.egov.egiz.pdf that return PdfDictionary
static PdfDictionary BinarySignature.getEgizDictFromReader(PdfReader reader)
          Retrieves the Egiz Dictionary from the document if present.
static PdfDictionary BinarySignature.getPreviousFromEgizDict(PdfDictionary egiz_dict)
          Retrieves the previous Egiz dictionary from the given one, if a previous dictionary exists.
 

Methods in at.knowcenter.wag.egov.egiz.pdf with parameters of type PdfDictionary
static String BinarySignature.extractSignatureTextOnly(PdfDictionary egiz_dict)
          Extracts the signature text only.
static int BinarySignature.getOriginalDocumentSizeFromEgizDict(PdfDictionary egiz_dict)
          Retrieves the size of the original document from the Egiz Dictionary.
static PdfDictionary BinarySignature.getPreviousFromEgizDict(PdfDictionary egiz_dict)
          Retrieves the previous Egiz dictionary from the given one, if a previous dictionary exists.
 

Uses of PdfDictionary in com.lowagie.text
 

Methods in com.lowagie.text that return PdfDictionary
 PdfDictionary Image.getAdditional()
          Getter for property indexed.
 

Methods in com.lowagie.text with parameters of type PdfDictionary
 void Image.setAdditional(PdfDictionary additional)
          Sets the /Colorspace key.
 

Uses of PdfDictionary in com.lowagie.text.pdf
 

Subclasses of PdfDictionary in com.lowagie.text.pdf
 class PdfAcroForm
          Each PDF document can contain maximum 1 AcroForm.
 class PdfAction
          A PdfAction defines an action that can be triggered from a PDF file.
 class PdfAnnotation
          A PdfAnnotation is a note that is associated with a page.
 class PdfBorderDictionary
          A PdfBorderDictionary define the appearance of a Border (Annotations).
 class PdfFileSpecification
          Specifies a file or an URL.
 class PdfFormField
          Implements form fields.
 class PdfFormXObject
          PdfFormObject is a type of XObject containing a template-object.
 class PdfGState
          The graphic state dictionary.
 class PdfLayer
          An optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.
 class PdfLayerMembership
          Content typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.
 class PdfMediaClipData
           
 class PdfOCProperties
          This 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.
 class PdfOutline
          PdfOutline is an object that represents a PDF outline entry.
 class PdfPage
          PdfPage is the PDF Page-object.
 class PdfPattern
          A PdfPattern defines a ColorSpace
 class PdfRendition
          A Rendition dictionary (pdf spec 1.5)
 class PdfShadingPattern
          Implements the shading pattern dictionary.
 class PdfSigGenericPKCS
          A signature dictionary representation for the standard filters.
static class PdfSigGenericPKCS.PPKLite
          Creates a standard filter of the type self signed.
static class PdfSigGenericPKCS.PPKMS
          Creates a standard filter of the type Windows Certificate.
static class PdfSigGenericPKCS.VeriSign
          Creates a standard filter of the type VeriSign.
 class PdfSignature
          Implements the signature dictionary.
 class PdfStream
          PdfStream is the Pdf stream object.
 class PdfStructureElement
          This is a node in a document logical structure.
 class PdfStructureTreeRoot
          The structure tree root corresponds to the highest hierarchy level in a tagged PDF.
 class PdfTransparencyGroup
          The transparency group dictionary.
 class PRAcroForm
          This class captures an AcroForm on input.
 class PRStream
           
 

Fields in com.lowagie.text.pdf declared as PdfDictionary
protected  PdfDictionary PdfReader.catalog
           
protected  PdfDictionary PdfWriter.defaultColorspace
           
protected  PdfDictionary PdfFunction.dictionary
           
protected  PdfDictionary PdfWriter.group
           
protected  PdfDictionary PdfWriter.imageDictionary
          Dictionary, containing all the images of the PDF document
protected  PdfDictionary PdfShading.shading
           
protected  PdfDictionary PdfReader.trailer
           
 

Methods in com.lowagie.text.pdf that return PdfDictionary
protected  PdfDictionary PdfCopy.copyDictionary(PdfDictionary in)
          Translate a PRDictionary to a PdfDictionary.
protected static PdfDictionary PdfReader.duplicatePdfDictionary(PdfDictionary original, PdfDictionary copy, PdfReader newReader)
           
 PdfDictionary PdfReader.getCatalog()
          Returns the document's catalog.
protected  PdfDictionary PdfCopy.getCatalog(PdfIndirectReference rootObj)
           
protected  PdfDictionary PdfWriter.getCatalog(PdfIndirectReference rootObj)
           
 PdfDictionary PdfSignatureAppearance.getCryptoDictionary()
          Gets the user made signature dictionary.
 PdfDictionary PdfWriter.getDefaultColorspace()
          Gets the default colorspaces.
 PdfDictionary PdfEncryption.getEncryptionDictionary()
           
 PdfDictionary PdfWriter.getExtraCatalog()
          Sets extra keys to the catalog.
 PdfDictionary FdfReader.getField(String name)
          Gets the field dictionary.
 PdfDictionary PdfWriter.getGroup()
          Getter for property group.
 PdfDictionary PdfWriter.getInfo()
          Gets the info dictionary for changing.
 PdfDictionary PRAcroForm.FieldInformation.getInfo()
           
 PdfDictionary PdfReader.getPageN(int pageNum)
          Gets the dictionary that represents a page.
 PdfDictionary PdfReader.getPageNRelease(int pageNum)
           
 PdfDictionary PdfStructureElement.getParent()
          Gets the parent of this node.
 PdfDictionary AcroFields.getSignatureDictionary(String name)
          Gets the signature dictionary, the one keyed by /V.
 PdfDictionary PdfReader.getTrailer()
          Gets the trailer dictionary
 PdfDictionary PdfTransition.getTransitionDictionary()
           
protected  PdfDictionary PRAcroForm.mergeAttrib(PdfDictionary parent, PdfDictionary child)
          merge field attributes from two dictionaries
static PdfDictionary SimpleNamedDestination.outputNamedDestinationAsNames(HashMap names, PdfWriter writer)
           
static PdfDictionary SimpleNamedDestination.outputNamedDestinationAsStrings(HashMap names, PdfWriter writer)
           
 PdfDictionary PdfContentParser.readDictionary()
          Reads a dictionary.
protected  PdfDictionary PdfReader.readDictionary()
           
protected  PdfDictionary PdfReader.readXrefSection()
           
static PdfDictionary PdfNameTree.writeTree(HashMap items, PdfWriter writer)
          Creates a name tree.
static PdfDictionary PdfNumberTree.writeTree(HashMap items, PdfWriter writer)
          Creates a number tree.
 

Methods in com.lowagie.text.pdf with parameters of type PdfDictionary
 void PdfContentByte.beginMarkedContentSequence(PdfName tag, PdfDictionary property, boolean inline)
          Begins a marked content sequence.
 void PdfSignatureAppearance.close(PdfDictionary update)
          This is the last method to be called when using external signatures.
protected  PdfDictionary PdfCopy.copyDictionary(PdfDictionary in)
          Translate a PRDictionary to a PdfDictionary.
protected static PdfDictionary PdfReader.duplicatePdfDictionary(PdfDictionary original, PdfDictionary copy, PdfReader newReader)
           
 Rectangle PdfReader.getPageSize(PdfDictionary page)
          Gets the page from a page dictionary
 Rectangle PdfReader.getPageSizeWithRotation(PdfDictionary page)
          Gets the rotated page from a page dictionary.
 void PdfSignatureAppearance.SignatureEvent.getSignatureDictionary(PdfDictionary sig)
          Allows modification of the signature dictionary.
protected  void FdfReader.kidNode(PdfDictionary merged, String name)
           
 void PdfLister.listDict(PdfDictionary dictionary)
          Visualizes a PdfDictionary object.
 void PdfDictionary.merge(PdfDictionary other)
           
protected  PdfDictionary PRAcroForm.mergeAttrib(PdfDictionary parent, PdfDictionary child)
          merge field attributes from two dictionaries
 void PdfDictionary.mergeDifferent(PdfDictionary other)
           
static void BaseField.moveFields(PdfDictionary from, PdfDictionary to)
          Moves the field keys from from to to.
protected  void PRAcroForm.pushAttrib(PdfDictionary dict)
          stack a level of dictionary.
 void PdfDictionary.putAll(PdfDictionary dic)
           
 void PRAcroForm.readAcroForm(PdfDictionary root)
          Read, and comprehend the acroform
static HashMap PdfNameTree.readTree(PdfDictionary dic)
           
static HashMap PdfNumberTree.readTree(PdfDictionary dic)
           
 void PdfSignatureAppearance.setCryptoDictionary(PdfDictionary cryptoDictionary)
          Sets a user made signature dictionary.
 void PdfWriter.setGroup(PdfDictionary group)
          Setter for property group.
static void PdfReader.setViewerPreferences(int preferences, PdfDictionary catalog)
           
 

Constructors in com.lowagie.text.pdf with parameters of type PdfDictionary
PRStream(PRStream stream, PdfDictionary newDic)
           
PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader)
           
 

Uses of PdfDictionary in com.lowagie.text.xml.xmp
 

Constructors in com.lowagie.text.xml.xmp with parameters of type PdfDictionary
XmpWriter(OutputStream os, PdfDictionary info)
           
 

Uses of PdfDictionary in com.lowagie.tools.plugins
 

Methods in com.lowagie.tools.plugins with parameters of type PdfDictionary
static void ExtractAttachments.unpackFile(PdfReader reader, PdfDictionary filespec, String outPath)
          Unpacks a file attachment.
 

Uses of PdfDictionary in com.lowagie.tools.plugins.treeview
 

Methods in com.lowagie.tools.plugins.treeview with parameters of type PdfDictionary
protected  void AnalyzePDF.iterateOutlines(PdfDictionary outlines, PdfReader pdfreader, DefaultMutableTreeNode node)
           
protected  void AnalyzePDF.iteratePages(PdfDictionary page, PdfReader pdfreader, DefaultMutableTreeNode node)
          Walk down the Pagetree
 

Constructors in com.lowagie.tools.plugins.treeview with parameters of type PdfDictionary
DictionaryTreeNode(Object userObject, PdfDictionary dictionary)
           
OutlinelistTreeNode(Object userObject, PdfDictionary dictionary)
           
OutlinelistTreeNode(PdfDictionary dictionary)
           
Pagetreenode(PdfDictionary page, int seitennummer, ICommonAnalyzer pageanalyzer, PdfReader pdfreader)
           
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.