PdfHighlightMode enum
Specifies the highlight mode for a field.
Values
- noHighlighting → const PdfHighlightMode
-
No highlighting.
- invert → const PdfHighlightMode
-
Invert the contents of the field rectangle.
- outline → const PdfHighlightMode
-
Invert the field's border.
- push → const PdfHighlightMode
-
Pushed highlighting.
Properties
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<
PdfHighlightMode> - A constant List of the values in this enum, in order of their declaration.