Enum SignatureAppearanceRenderer.DisplayOption
java.lang.Object
java.lang.Enum<SignatureAppearanceRenderer.DisplayOption>
com.itextpdf.forms.form.renderer.SignatureAppearanceRenderer.DisplayOption
- All Implemented Interfaces:
Serializable, Comparable<SignatureAppearanceRenderer.DisplayOption>, java.lang.constant.Constable
- Enclosing class:
SignatureAppearanceRenderer
private static enum SignatureAppearanceRenderer.DisplayOption
extends Enum<SignatureAppearanceRenderer.DisplayOption>
Signature display options.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe display option is div.The display option is just the description.The display option is just an image.The display option is an image and the description.The display option is the name of the signer and the description. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DESCRIPTION
The display option is just the description. -
NAME_AND_DESCRIPTION
The display option is the name of the signer and the description. -
GRAPHIC_AND_DESCRIPTION
The display option is an image and the description. -
GRAPHIC
The display option is just an image. -
CUSTOM
The display option is div.
-
-
Constructor Details
-
DisplayOption
private DisplayOption()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-