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.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageNumber → int
-
Gets the page number in which text is selected.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
Gets the text of the selected region line.
no setter
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