PdfHighlightMode enum

Specifies the highlight mode for a field.

Inheritance

Constructors

PdfHighlightMode()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<PdfHighlightMode>
A constant List of the values in this enum, in order of their declaration.