|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<RubberStamp.IconTypeEnum> it.stefanochizzolini.clown.documents.interaction.annotations.RubberStamp.IconTypeEnum
public static enum RubberStamp.IconTypeEnum
Icon to be used in displaying the annotation [PDF:1.6:8.4.5].
Enum Constant Summary | |
---|---|
Approved
Approved. |
|
AsIs
As is. |
|
Confidential
Confidential. |
|
Departmental
Departmental. |
|
Draft
Draft. |
|
Experimental
Experimental. |
|
Expired
Expired. |
|
Final
Final. |
|
ForComment
For comment. |
|
ForPublicRelease
For public release. |
|
NotApproved
Not approved. |
|
NotForPublicRelease
Not for public release. |
|
Sold
Sold. |
|
TopSecret
Top secret. |
Method Summary | |
---|---|
static RubberStamp.IconTypeEnum |
get(PdfName value)
Gets the markup type corresponding to the given value. |
PdfName |
getCode()
|
static RubberStamp.IconTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RubberStamp.IconTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RubberStamp.IconTypeEnum Approved
public static final RubberStamp.IconTypeEnum AsIs
public static final RubberStamp.IconTypeEnum Confidential
public static final RubberStamp.IconTypeEnum Departmental
public static final RubberStamp.IconTypeEnum Draft
public static final RubberStamp.IconTypeEnum Experimental
public static final RubberStamp.IconTypeEnum Expired
public static final RubberStamp.IconTypeEnum Final
public static final RubberStamp.IconTypeEnum ForComment
public static final RubberStamp.IconTypeEnum ForPublicRelease
public static final RubberStamp.IconTypeEnum NotApproved
public static final RubberStamp.IconTypeEnum NotForPublicRelease
public static final RubberStamp.IconTypeEnum Sold
public static final RubberStamp.IconTypeEnum TopSecret
Method Detail |
---|
public static RubberStamp.IconTypeEnum[] values()
for (RubberStamp.IconTypeEnum c : RubberStamp.IconTypeEnum.values()) System.out.println(c);
public static RubberStamp.IconTypeEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static RubberStamp.IconTypeEnum get(PdfName value)
public PdfName getCode()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |