public enum AppearanceItem extends Enum<AppearanceItem>
AppearanceOptions.| 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 |
getItem()
Returns the string representation of the appearance item.
|
static AppearanceItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppearanceItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppearanceItem NAME
public static final AppearanceItem DATE
public static final AppearanceItem DISTINGUISHED_NAME
public static final AppearanceItem LABELS
public static final AppearanceItem SEAL_IMAGE
public static AppearanceItem[] values()
for (AppearanceItem c : AppearanceItem.values()) System.out.println(c);
public static AppearanceItem 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 getItem()
Copyright © 2023 Adobe. All rights reserved.