PdfTextLine class

The class PdfTextLine represents the selected text line which contains the text and the bounding rectangular size relative to the page dimension and page number in which text selection is happened.

Constructors

PdfTextLine(Rect bounds, String text, int pageNumber)
Constructor of PdfTextLine.

Properties

bounds Rect
Gets the bounds of the selected region line relative to the page dimension.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
pageNumber int
Gets the page number in which text is selected.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
text String
Gets the text of the selected region line.
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited