PdfPopupAnnotation class final
Popup annotation data inlined onto a parent annotation.
FPDF_ANNOT_POPUP annotations are child annotations of sticky-note and
free-text annotations. Rather than exposing them as top-level entries (which
would confuse callers), the library inlines their data on the parent
annotation as an optional PdfPopupAnnotation field.
Constructors
- PdfPopupAnnotation({PdfRect? rect, required int flags})
-
Creates a PdfPopupAnnotation.
const
Properties
- flags → int
-
Raw
FPDF_ANNOT_FLAG_*bitmask for the popup annotation.final - hashCode → int
-
The hash code for this object.
no setteroverride
- rect → PdfRect?
-
The bounding rectangle of the popup window, or
nullif not available.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override