Interface ITextMark

All Known Implementing Classes:
TextMark

public interface ITextMark
A positioned (offset, relative to the owner line) tag. A tag is identified by a name, and references an optional object.
  • Method Details

    • getOffset

      int getOffset()
      Returns:
    • getName

      String getName()
      Returns:
    • getObject

      Object getObject()
      Returns: