PdfPageText class abstract

Handles text extraction from PDF page.

See PdfPage.loadText.

Constructors

PdfPageText()

Properties

fragments List<PdfPageTextFragment>
Get text fragments that organizes the full text structure.
no setter
fullText String
Full text of the page.
no setter
hashCode int
The hash code for this object.
no setterinherited
pageNumber int
Page number. The first page is 1.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allMatches(Pattern pattern, {bool caseInsensitive = true}) Stream<PdfTextRangeWithFragments>
Search text with pattern.
getFragmentIndexForTextIndex(int textIndex) int
Find text fragment index for the specified text index.
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