|
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<CalloutNote.JustificationEnum> it.stefanochizzolini.clown.documents.interaction.annotations.CalloutNote.JustificationEnum
public static enum CalloutNote.JustificationEnum
Text justification [PDF:1.6:8.4.5].
Enum Constant Summary | |
---|---|
Center
Center. |
|
Left
Left. |
|
Right
Right. |
Method Summary | |
---|---|
static CalloutNote.JustificationEnum |
get(PdfInteger value)
Gets the highlighting mode corresponding to the given value. |
PdfInteger |
getCode()
|
static CalloutNote.JustificationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CalloutNote.JustificationEnum[] |
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 CalloutNote.JustificationEnum Left
public static final CalloutNote.JustificationEnum Center
public static final CalloutNote.JustificationEnum Right
Method Detail |
---|
public static CalloutNote.JustificationEnum[] values()
for (CalloutNote.JustificationEnum c : CalloutNote.JustificationEnum.values()) System.out.println(c);
public static CalloutNote.JustificationEnum 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 CalloutNote.JustificationEnum get(PdfInteger value)
public PdfInteger getCode()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |