PdfTextMarkupAnnotation class
Represents the text markup annotation.
- Inheritance
-
- Object
- PdfAnnotation
- PdfTextMarkupAnnotation
Constructors
-
PdfTextMarkupAnnotation(Rect bounds, String text, PdfColor color, {String? author, String? subject, double? opacity, DateTime? modifiedDate, bool? setAppearance, List<
Rect> ? boundsCollection, List<PdfAnnotationFlags> ? flags, PdfTextMarkupAnnotationType? textMarkupAnnotationType}) - Initializes new instance of PdfTextMarkupAnnotation class with bounds, text, color, author, subject, modifiedDate, boundsCollection, flags and textMarkupAnnotationType.
Properties
-
annotationFlags
↔ List<
PdfAnnotationFlags> -
Gets or sets the annotation flags.
getter/setter pairinherited
- appearance ↔ PdfAppearance
-
Gets appearance of the annotation.
getter/setter pairinherited
-
Gets the author of the annotation.
getter/setter pairinherited
- bounds ↔ Rect
-
Gets annotation's bounds in the PDF page.
getter/setter pairinherited
-
boundsCollection
↔ List<
Rect> -
Gets the text markup annotation bounds collection.
getter/setter pair
- color ↔ PdfColor
-
Gets the annotation color.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- modifiedDate ↔ DateTime?
-
Gets the ModifiedDate of the annotation.
getter/setter pairinherited
- opacity ↔ double
-
Gets the opacity of the annotation.
getter/setter pairinherited
- page → PdfPage?
-
Gets a page of the annotation. Read-Only.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setAppearance ↔ bool
-
Set whether the annotation requires an appearance.
getter/setter pairinherited
- subject ↔ String
-
Gets the subject of the annotation.
getter/setter pairinherited
- text ↔ String
-
Gets content of the annotation.
The string value specifies the text of the annotation.
getter/setter pairinherited
- textMarkupAnnotationType ↔ PdfTextMarkupAnnotationType
-
Gets text markup annotation Type.
getter/setter pair
Methods
-
flatten(
) → void -
Flatten the annotation.
inherited
-
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