|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthorConstants
Interface containing the constants used in Author API.
Field Summary | |
---|---|
static java.lang.String |
ARG_VALUE_FALSE
Constant used for operation argument value. |
static java.lang.String |
ARG_VALUE_TRUE
Constant used for operation argument value. |
static java.lang.String |
POSITION_AFTER
The insertion location is after the selected node. |
static java.lang.String |
POSITION_BEFORE
The insertion location is before the selected node. |
static java.lang.String |
POSITION_INSIDE
Deprecated. Use the constant POSITION_INSIDE_FIRST instead. |
static java.lang.String |
POSITION_INSIDE_FIRST
The insertion location is inside the selected node as the first child. |
static java.lang.String |
POSITION_INSIDE_LAST
The insertion location is inside the selected node as the last child. |
Field Detail |
---|
static final java.lang.String POSITION_BEFORE
static final java.lang.String POSITION_AFTER
static final java.lang.String POSITION_INSIDE
static final java.lang.String POSITION_INSIDE_FIRST
static final java.lang.String POSITION_INSIDE_LAST
static final java.lang.String ARG_VALUE_TRUE
static final java.lang.String ARG_VALUE_FALSE
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |