AnnotationFlag enum
Flags that control the behavior and appearance of annotations. See the PDF Reference for details.
- Inheritance
- Available extensions
Values
- invisible → const AnnotationFlag
-
If set, ignore annotation AP stream if there is no handler available.
-
If set, do not display or print the annotation or allow it to interact with the user.
- print → const AnnotationFlag
-
If set, print the annotation when the page is printed. Default value.
- noZoom → const AnnotationFlag
-
If set, don't scale the annotation's appearance to match the magnification of the page. Note: Supported only for FILE and STAMP annotations. Note: NOTE annotations are treated as if they had this flag enabled by default.
- noRotate → const AnnotationFlag
-
Not supportedIf set, don't rotate the annotation's appearance to match the rotation of the page. - noView → const AnnotationFlag
-
If set, don't display the annotation on the screen. (But printing might be allowed)
- readOnly → const AnnotationFlag
-
If set, don't allow the annotation to interact with the user. Ignored for Widget.
- locked → const AnnotationFlag
-
If set, don't allow the annotation to be deleted or properties modified (except contents)
- toggleNoView → const AnnotationFlag
-
Not supportedIf set, invert the interpretation of the NoView flag for certain events. - lockedContents → const AnnotationFlag
-
If set, don't allow the annotation contents to be modified
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AnnotationFlag> - A constant List of the values in this enum, in order of their declaration.