java.io.Serializable
, java.lang.Comparable<PdfTextStickerAppearance.IconEnum>
public static enum PdfTextStickerAppearance.IconEnum extends java.lang.Enum<PdfTextStickerAppearance.IconEnum>
Modifier and Type | Class | Description |
---|---|---|
static class |
PdfTextStickerAppearance.IconEnum.Adapter |
Enum Constant | Description |
---|---|
CHECK |
|
CIRCLE |
|
COMMENT |
|
CROSS |
|
HELP |
|
INSERT |
|
KEY |
|
NEWPARAGRAPH |
|
NOTE |
|
PARAGRAPH |
|
STAR |
Modifier and Type | Method | Description |
---|---|---|
static PdfTextStickerAppearance.IconEnum |
fromValue(java.lang.String text) |
|
java.lang.String |
getValue() |
|
java.lang.String |
toString() |
|
static PdfTextStickerAppearance.IconEnum |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PdfTextStickerAppearance.IconEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfTextStickerAppearance.IconEnum NOTE
public static final PdfTextStickerAppearance.IconEnum COMMENT
public static final PdfTextStickerAppearance.IconEnum KEY
public static final PdfTextStickerAppearance.IconEnum HELP
public static final PdfTextStickerAppearance.IconEnum NEWPARAGRAPH
public static final PdfTextStickerAppearance.IconEnum PARAGRAPH
public static final PdfTextStickerAppearance.IconEnum INSERT
public static final PdfTextStickerAppearance.IconEnum CHECK
public static final PdfTextStickerAppearance.IconEnum CROSS
public static final PdfTextStickerAppearance.IconEnum CIRCLE
public static final PdfTextStickerAppearance.IconEnum STAR
public static PdfTextStickerAppearance.IconEnum[] values()
for (PdfTextStickerAppearance.IconEnum c : PdfTextStickerAppearance.IconEnum.values()) System.out.println(c);
public static PdfTextStickerAppearance.IconEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<PdfTextStickerAppearance.IconEnum>
public static PdfTextStickerAppearance.IconEnum fromValue(java.lang.String text)
Copyright © 2021. All rights reserved.