Uses of Class
com.crionics.jpdf.forms.SignatureField

Packages that use SignatureField
com.crionics.jpdf jPDF Core package, contains all main classes. 
com.crionics.jpdf.forms Contains the implementation of the tools allowing the manipulation of Form Fields. 
 

Uses of SignatureField in com.crionics.jpdf
 

Methods in com.crionics.jpdf that return SignatureField
 SignatureField SignerModule.getSignature(java.lang.String SignatureName)
          Retrieves the signature with the given name
 

Uses of SignatureField in com.crionics.jpdf.forms
 

Methods in com.crionics.jpdf.forms that return SignatureField
static SignatureField SignatureField.createInstance(PdfDocument doc, java.lang.String name)
          Create a Invisible Signature in the specified document.
static SignatureField SignatureField.createInstance(PdfDocument doc, java.lang.String name, int pageIndex, java.awt.Rectangle rect)
          Create a Blank Signature in the specified document.
 



Copyright © 1999-2007 Crionics. All Rights Reserved.