UDocTextPage class
Constructors
-
UDocTextPage({required int pageIndex, required List<
UDocTextRun> runs, required String text, required Size size}) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rectForRange(
int start, int end) → Rect? -
rectsForRange(
int start, int end) → List< Rect> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- empty → const UDocTextPage