public final class TaskPaneDockState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LEFT
Dock the task pane on the left side of the document window.
|
static int |
length |
static int |
RIGHT
Dock the task pane on the right side of the document window.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String taskPaneDockStateName) |
static java.lang.String |
getName(int taskPaneDockState) |
static int[] |
getValues() |
static java.lang.String |
toString(int taskPaneDockState) |