Interface IHighlightedPositionAcceptor

    • Method Detail

      • addPosition

        void addPosition​(int offset,
                         int length,
                         java.lang.String... id)
        Associates a text range with a style.
        Parameters:
        offset - the offset of the range.
        length - the length of the range.
        id - the ids of the highlighting style, that should be applied.