RedactionAnnotation class
Redaction annotation
- Inheritance
-
- Object
- Annotation
- RedactionAnnotation
- Available extensions
Constructors
-
RedactionAnnotation({String? id, required List<
List< rects, required String? createdAt, String? creatorName, Color? fillColor, String? overlayText, double? fontSize, Color? fontColor, String? repeat, required int pageIndex, double opacity = 1.0, int? pdfObjectId, List<double> >AnnotationFlag> ? flags, String? updatedAt, String? name, String? subject, int v = 2, Color? outlineColor, bool? repeatOverlayText, double rotation = 0.0, Map<String, dynamic> ? customData}) -
RedactionAnnotation.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
bbox
→ List<
double> -
finalinherited
- createdAt → String?
-
finalinherited
- creatorName → String?
-
finalinherited
-
customData
↔ Map<
String, dynamic> ? -
getter/setter pairinherited
- fillColor → Color?
-
final
-
flags
↔ List<
AnnotationFlag> ? -
getter/setter pairinherited
- fontColor → Color?
-
final
- fontSize → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
finalinherited
- id → String?
-
finalinherited
- name → String?
-
finalinherited
- opacity ↔ double
-
getter/setter pairinherited
- outlineColor → Color?
-
final
- overlayText → String?
-
final
- pageIndex ↔ int
-
getter/setter pairinherited
- pdfObjectId → int?
-
finalinherited
-
rects
→ List<
List< double> > -
final
- repeat → String?
-
final
- repeatOverlayText → bool?
-
final
- rotation → 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
-
copyWith(
{String? id, List< List< ? rects, String? createdAt, int? pageIndex, Color? fillColor, String? overlayText, double? fontSize, Color? fontColor, String? repeat, Color? outlineColor, bool? repeatOverlayText, double? rotation, String? creatorName, double? opacity, int? pdfObjectId, List<double> >AnnotationFlag> ? flags, String? updatedAt, String? name, String? subject, }) → RedactionAnnotation -
Available on RedactionAnnotation, provided by the RedactionAnnotationExtensions extension
Creates a copy of this annotation with the given fields replaced with the new values -
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