Interface AuthorConstants

All Known Subinterfaces:
AuthorAccess

@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorConstants
Interface containing the constants used in Author API.
  • Field Details

    • POSITION_BEFORE

      static final String POSITION_BEFORE
      The insertion location is before the selected node.
      See Also:
    • POSITION_AFTER

      static final String POSITION_AFTER
      The insertion location is after the selected node.
      See Also:
    • POSITION_INSIDE

      @Deprecated 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:
    • POSITION_INSIDE_FIRST

      static final String POSITION_INSIDE_FIRST
      The insertion location is inside the selected node as the first child.
      See Also:
    • POSITION_INSIDE_LAST

      static final String POSITION_INSIDE_LAST
      The insertion location is inside the selected node as the last child.
      See Also:
    • ARG_VALUE_TRUE

      static final String ARG_VALUE_TRUE
      Constant used for operation argument value.
      See Also:
    • ARG_VALUE_FALSE

      static final String ARG_VALUE_FALSE
      Constant used for operation argument value.
      See Also:
    • SELECT_NONE

      static final String SELECT_NONE
      Constant used for operation argument value. It means that no selection should be performed.
      See Also:
    • SELECT_ELEMENT

      static final String SELECT_ELEMENT
      Constant used for operation argument value. It means that the current element should be selected.
      See Also:
    • SELECT_CONTENT

      static final String 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

      static final String 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

      static final String 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

      static final String 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

      static final String MOVE_DOWN
      Constant used for operation argument value. It means that the block at caret or blocks selected will move down.
      See Also: