|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Page.TabOrderEnum>
org.pdfclown.documents.Page.TabOrderEnum
@PDF(value=PDF15) public static enum Page.TabOrderEnum
Annotations tab order [PDF:1.6:3.6.2].
| Enum Constant Summary | |
|---|---|
Column
Column order. |
|
Row
Row order. |
|
Structure
Structure order. |
|
| Method Summary | |
|---|---|
static Page.TabOrderEnum |
get(PdfName value)
Gets the tab order corresponding to the given value. |
PdfName |
getCode()
|
static Page.TabOrderEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Page.TabOrderEnum[] |
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 Page.TabOrderEnum Row
public static final Page.TabOrderEnum Column
public static final Page.TabOrderEnum Structure
| Method Detail |
|---|
public static Page.TabOrderEnum[] values()
for (Page.TabOrderEnum c : Page.TabOrderEnum.values()) System.out.println(c);
public static Page.TabOrderEnum 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 Page.TabOrderEnum get(PdfName value)
public PdfName getCode()
|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||