Last date modified: 2025-Jul-02

Interface: LineRangeMemento

Properties

endLineIndex

endLineIndex: number

The 0-based index of the last line to include in the range from the last page (inclusive)


endOffset

endOffset: number

The 0-based index of the last character to include in the range from the last line (NOT inclusive)


endPageIndex

endPageIndex: number

The 0-based index of the last page in the range (inclusive)


startLineIndex

startLineIndex: number

The 0-based index of the first line to include in the range from the first page


startOffset

startOffset: number

The 0-based index of the first character to include in the range from the first line


startPageIndex

startPageIndex: number

The 0-based index of the first page in the range


type

type: "line"

The range type

Feedback