NutrientWebInteractionMode enum
Defines the available interaction modes for the PSPDFKit Flutter plugin on the web platform.
- Inheritance
- Available extensions
Values
- textHighlighter → const NutrientWebInteractionMode
- ink → const NutrientWebInteractionMode
- inkSignature → const NutrientWebInteractionMode
- signature → const NutrientWebInteractionMode
- stampPicker → const NutrientWebInteractionMode
- stampCustom → const NutrientWebInteractionMode
- shapeLine → const NutrientWebInteractionMode
- shapeRectangle → const NutrientWebInteractionMode
- shapeEllipse → const NutrientWebInteractionMode
- shapePolygon → const NutrientWebInteractionMode
- shapePolyline → const NutrientWebInteractionMode
- inkEraser → const NutrientWebInteractionMode
- note → const NutrientWebInteractionMode
- commentMarker → const NutrientWebInteractionMode
- text → const NutrientWebInteractionMode
- callout → const NutrientWebInteractionMode
- pan → const NutrientWebInteractionMode
- search → const NutrientWebInteractionMode
- documentEditor → const NutrientWebInteractionMode
- marqueeZoom → const NutrientWebInteractionMode
- redactTextHighlighter → const NutrientWebInteractionMode
- redactShapeRectangle → const NutrientWebInteractionMode
- documentCrop → const NutrientWebInteractionMode
- textWidget → const NutrientWebInteractionMode
- radioButtonWidget → const NutrientWebInteractionMode
- checkboxWidget → const NutrientWebInteractionMode
- comboBoxWidget → const NutrientWebInteractionMode
- listBoxWidget → const NutrientWebInteractionMode
- signatureWidget → const NutrientWebInteractionMode
- dateWidget → const NutrientWebInteractionMode
- formCreator → const NutrientWebInteractionMode
- link → const NutrientWebInteractionMode
- distance → const NutrientWebInteractionMode
- perimeter → const NutrientWebInteractionMode
- rectangleArea → const NutrientWebInteractionMode
- ellipseArea → const NutrientWebInteractionMode
- polygonArea → const NutrientWebInteractionMode
- contentEditor → const NutrientWebInteractionMode
- multiAnnotationsSelection → const NutrientWebInteractionMode
- measurement → const NutrientWebInteractionMode
- measurementSettings → const NutrientWebInteractionMode
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
- webName → String?
-
Available on NutrientWebInteractionMode, provided by the WebWebInteractionMode extension
no setter
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<
NutrientWebInteractionMode> - A constant List of the values in this enum, in order of their declaration.