PdfExtractedRun class

One positioned run of text on a page, in page space.

Constructors

PdfExtractedRun({required String text, required int startIndex, required PdfMatrix transform, required double width, required PdfRect bounds, bool isRightToLeft = false, int? mcid})
const

Properties

bounds → PdfRect
Page-space bounding box.
final
hashCode int
The hash code for this object.
no setterinherited
isRightToLeft bool
Whether logical character order runs opposite this run's em-space advance. Search and selection use this to map logical Arabic/Hebrew offsets back onto the visual glyph positions in the PDF.
final
mcid int?
The marked-content id of the structure-tagged sequence this run belongs to (§14.7), or null when the run is not tagged. Joins runs to the logical structure tree - see PdfTaggedText.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex int
Offset of text inside the owning PdfPageText.text.
final
text String
final
transform PdfMatrix
Em space → page space (see PdfTextRun.transform).
final
width double
Advance width in em units.
final

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