Package ro.sync.ecss.extensions.api
Interface AuthorConstants
- All Known Subinterfaces:
AuthorAccess
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface AuthorConstants
Interface containing the constants used in Author API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Constant used for operation argument value.static final String
Constant used for operation argument value.static final String
Constant used for operation argument value.static final String
Constant used for operation argument value.static final String
The insertion location is after the selected node.static final String
The insertion location is before the selected node.static final String
Deprecated.Use the constant POSITION_INSIDE_FIRST instead.static final String
Constant used for operation argument value.static final String
Constant used for operation argument value.static final String
The insertion location is inside the selected node as the first child.static final String
The insertion location is inside the selected node as the last child.static final String
Constant used for operation argument value.static final String
Constant used for operation argument value.static final String
Constant used for operation argument value.
-
Field Details
-
POSITION_BEFORE
The insertion location is before the selected node.- See Also:
-
POSITION_AFTER
The insertion location is after the selected node.- See Also:
-
POSITION_INSIDE
Deprecated.Use the constant POSITION_INSIDE_FIRST instead.The insertion location is inside the selected node as the first child.- See Also:
-
POSITION_INSIDE_FIRST
The insertion location is inside the selected node as the first child.- See Also:
-
POSITION_INSIDE_LAST
The insertion location is inside the selected node as the last child.- See Also:
-
ARG_VALUE_TRUE
Constant used for operation argument value.- See Also:
-
ARG_VALUE_FALSE
Constant used for operation argument value.- See Also:
-
SELECT_NONE
Constant used for operation argument value. It means that no selection should be performed.- See Also:
-
SELECT_ELEMENT
Constant used for operation argument value. It means that the current element should be selected.- See Also:
-
SELECT_CONTENT
Constant used for operation argument value. It means that the content of the current element should be selected.- See Also:
-
POSITION_INSIDE_AT_THE_BEGINNING
Constant used for operation argument value. It means that the caret should be positioned inside the element, right after the start tag.- See Also:
-
POSITION_INSIDE_AT_THE_END
Constant used for operation argument value. It means that the caret should be positioned inside the element, right before the end tag.- See Also:
-
MOVE_UP
Constant used for operation argument value. It means that the block at caret or blocks selected will move up.- See Also:
-
MOVE_DOWN
Constant used for operation argument value. It means that the block at caret or blocks selected will move down.- See Also:
-