[]
        
(Showing Draft Content)

TextLineFragment

DsPdfJS API v9.1.0


DsPdfJS API / TextLineFragment

Type Alias: TextLineFragment

TextLineFragment = object

Represents a range of characters in a text line.

Properties

length

length: number

The number of text char in this fragment. A value of -1 indicates that this fragment includes all characters from 'startIndex' to the end of the line.


lineIndex

lineIndex: number

The index of the text line in the text map.


startIndex

startIndex: number

The index of the first char in the text line.