com.adobe.livecycle.signatures.client.types
Class PDFSignatureAppearanceType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class PDFSignatureAppearanceType
extends java.lang.Enum

This class controls the appearance of a signature that is used to sign a PDF document. Using this class, you can, for example, specify whether the signature appears as only text or as a graphic along with text. This class is only used for visible signature fields and is ignored for invisible signature fields.

See Also:
Serialized Form

Field Summary
static PDFSignatureAppearanceType GRAPHIC
          The appearance of the signature consists of a graphic in which the specified graphic is displayed and a text area in which the signature text is displayed.
static PDFSignatureAppearanceType NAME
          The appearance of the signature consists of a graphic area in which the signer's name is displayed as a graphic and a text area in which the signature text is displayed.
static PDFSignatureAppearanceType NOGRAPHIC
          The appearance of the signature consists of only the signature text.
 
Method Summary
static PDFSignatureAppearanceType getValueFromString(java.lang.String id)
          For internal use only.
 java.lang.String toString()
          Returns a string representation of the object.
static PDFSignatureAppearanceType valueOf(java.lang.String name)
           
static PDFSignatureAppearanceType[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOGRAPHIC

public static final PDFSignatureAppearanceType NOGRAPHIC
The appearance of the signature consists of only the signature text. The visible portion of the signature text can be controlled using the PDFSignatureAppearanceOptionSpec class.


GRAPHIC

public static final PDFSignatureAppearanceType GRAPHIC
The appearance of the signature consists of a graphic in which the specified graphic is displayed and a text area in which the signature text is displayed. The visible portion of the signature text can be controlled using the PDFSignatureAppearanceOptionSpec class.


NAME

public static final PDFSignatureAppearanceType NAME
The appearance of the signature consists of a graphic area in which the signer's name is displayed as a graphic and a text area in which the signature text is displayed. The visible portion of the signature text can be controlled using the PDFSignatureAppearanceOptionSpec class.

Method Detail

values

public static PDFSignatureAppearanceType[] values()

valueOf

public static PDFSignatureAppearanceType valueOf(java.lang.String name)

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Enum
Returns:
A string representation of the object.

getValueFromString

public static PDFSignatureAppearanceType getValueFromString(java.lang.String id)
For internal use only.



[an error occurred while processing this directive] [an error occurred while processing this directive]