CPDFTextRange class
- Available extensions
Constructors
- CPDFTextRange.new({required int pageIndex, required int location, required int length, int textRangeIndex = 0})
-
const
-
CPDFTextRange.fromJson(Map<
String, dynamic> map) -
factory
Properties
Methods
-
expanded(
{int before = 0, int after = 0}) → CPDFTextRange -
Available on CPDFTextRange, provided by the CPDFTextRangeExtension extension
Returns a new CPDFTextRange that expands the current range by the given number of characters before and after the original range. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited