ReadonlyboundingPosition of this text line on the page.
ReadonlycontentsContent of the text line.
Text lines end with CRLF (\r\n).
ReadonlyhintsHints for the text line.
ReadonlyidAn ID that is unique inside one page to reference the text line across the document.
ReadonlypageThe page index on which the text line is placed.
pageIndex is zero-based and has a maximum value of totalPageCount - 1.
Returns a new instance of this Record type with all values set to their default values.
Returns a new instance of this Record type with the value for the specific key set to its default value.
Returns the value associated with the provided key, which may be the default value defined when creating the Record factory function.
If the requested key is not defined by this Record type, then notSetValue will be returned if provided. Note that this scenario would produce an error when using Flow or TypeScript.
OptionalnotSetValue: anyDeeply converts this Record to equivalent native JavaScript Object.
Note: This method may not be overridden. Objects with custom serialization to plain JS may override toJSON() instead.
Position of this text line on the page.
Content of the text line.
Text lines end with CRLF (\r\n).
Hints for the text line.
An ID that is unique inside one page to reference the text line across the document.
The page index on which the text line is placed.
pageIndex is zero-based and has a maximum value of totalPageCount - 1.
Shallowly converts this Record to equivalent native JavaScript Object.
Position of this text line on the page.
Content of the text line.
Text lines end with CRLF (\r\n).
Hints for the text line.
An ID that is unique inside one page to reference the text line across the document.
The page index on which the text line is placed.
pageIndex is zero-based and has a maximum value of totalPageCount - 1.
Shallowly converts this Record to equivalent JavaScript Object.
Position of this text line on the page.
Content of the text line.
Text lines end with CRLF (\r\n).
Hints for the text line.
An ID that is unique inside one page to reference the text line across the document.
The page index on which the text line is placed.
pageIndex is zero-based and has a maximum value of totalPageCount - 1.
A line of text displayed at a specific bounding box in the PDF file.
You can retrieve text lines using NutrientViewer.Instance#textLinesForPageIndex.