TextMarkupAnnotation class abstract
Base class for text markup annotations (highlight, underline, strikeout, squiggly)
- Inheritance
-
- Object
- Annotation
- TextMarkupAnnotation
- Implementers
- Available extensions
Constructors
-
TextMarkupAnnotation({String? id, required AnnotationType type, required List<
double> bbox, required String? createdAt, String? creatorName, required List<List< rects, BlendMode? blendMode, required Color? color, String? note, required int pageIndex, double opacity = 1.0, int? pdfObjectId, List<double> >AnnotationFlag> ? flags, String? updatedAt, String? name, String? subject, int v = 2, Map<String, dynamic> ? customData})
Properties
-
bbox
→ List<
double> -
finalinherited
- blendMode → BlendMode?
-
final
- color → Color?
-
final
- createdAt → String?
-
finalinherited
- creatorName → String?
-
finalinherited
-
customData
↔ Map<
String, dynamic> ? -
getter/setter pairinherited
-
flags
↔ List<
AnnotationFlag> ? -
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
finalinherited
- id → String?
-
finalinherited
- name → String?
-
finalinherited
- note → String?
-
final
- opacity ↔ double
-
getter/setter pairinherited
- pageIndex ↔ int
-
getter/setter pairinherited
- pdfObjectId → int?
-
finalinherited
-
rects
→ List<
List< double> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject → String?
-
finalinherited
- type → AnnotationType
-
finalinherited
- updatedAt ↔ String?
-
getter/setter pairinherited
- v → int
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited