Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.api
Interface AuthorConstants

All Known Subinterfaces:
AuthorAccess

public interface AuthorConstants

Interface containing the constants used in Author API.


Field Summary
static String ARG_VALUE_FALSE
          Constant used for operation argument value.
static String ARG_VALUE_TRUE
          Constant used for operation argument value.
static String POSITION_AFTER
          The insertion location is after the selected node.
static String POSITION_BEFORE
          The insertion location is before the selected node.
static String POSITION_INSIDE
          Deprecated. Use the constant POSITION_INSIDE_FIRST instead.
static String POSITION_INSIDE_FIRST
          The insertion location is inside the selected node as the first child.
static String POSITION_INSIDE_LAST
          The insertion location is inside the selected node as the last child.
 

Field Detail

POSITION_BEFORE

static final String POSITION_BEFORE
The insertion location is before the selected node.

See Also:
Constant Field Values

POSITION_AFTER

static final String POSITION_AFTER
The insertion location is after the selected node.

See Also:
Constant Field Values

POSITION_INSIDE

static final String POSITION_INSIDE
Deprecated. Use the constant POSITION_INSIDE_FIRST instead.
The insertion location is inside the selected node as the first child.

See Also:
Constant Field Values

POSITION_INSIDE_FIRST

static final String POSITION_INSIDE_FIRST
The insertion location is inside the selected node as the first child.

See Also:
Constant Field Values

POSITION_INSIDE_LAST

static final String POSITION_INSIDE_LAST
The insertion location is inside the selected node as the last child.

See Also:
Constant Field Values

ARG_VALUE_TRUE

static final String ARG_VALUE_TRUE
Constant used for operation argument value.

See Also:
Constant Field Values

ARG_VALUE_FALSE

static final String ARG_VALUE_FALSE
Constant used for operation argument value.

See Also:
Constant Field Values

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.