public enum SealAppearanceItem extends Enum<SealAppearanceItem>
SealAppearanceOptions
.Enum Constant and Description |
---|
DATE
Represents the date of applying electronic seal.
|
DISTINGUISHED_NAME
Represents the distinguished name information of certificate.
|
LABELS
Represents Labels for Seal Information.
|
NAME
Represents the name of certificate owner.
|
SEAL_IMAGE
Represents the background image to be used for sealing.
|
Modifier and Type | Method and Description |
---|---|
String |
getAppearanceItem()
Returns the string representation of this appearanceItem.
|
static SealAppearanceItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SealAppearanceItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SealAppearanceItem NAME
public static final SealAppearanceItem DATE
public static final SealAppearanceItem DISTINGUISHED_NAME
public static final SealAppearanceItem LABELS
public static final SealAppearanceItem SEAL_IMAGE
public static SealAppearanceItem[] values()
for (SealAppearanceItem c : SealAppearanceItem.values()) System.out.println(c);
public static SealAppearanceItem valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getAppearanceItem()
Copyright © 2022 Adobe. All rights reserved.