Interface ISelectionPosition


@JsType(isNative=true, namespace="<global>") public interface ISelectionPosition
ISelectionPosition
Author:
zhangjianshe <zhangjianshe@gmail.com>
  • Method Details

    • getEndColumn

      @JsProperty int getEndColumn()
    • getEndRow

      @JsProperty int getEndRow()
    • getStartColumn

      @JsProperty int getStartColumn()
    • getStartRow

      @JsProperty int getStartRow()