PspdfkitWebInteractionMode enum

Defines the available interaction modes for the PSPDFKit Flutter plugin on the web platform.

Inheritance

Constructors

PspdfkitWebInteractionMode()
const

Values

textHighlighter → const PspdfkitWebInteractionMode
ink → const PspdfkitWebInteractionMode
inkSignature → const PspdfkitWebInteractionMode
signature → const PspdfkitWebInteractionMode
stampPicker → const PspdfkitWebInteractionMode
stampCustom → const PspdfkitWebInteractionMode
shapeLine → const PspdfkitWebInteractionMode
shapeRectangle → const PspdfkitWebInteractionMode
shapeEllipse → const PspdfkitWebInteractionMode
shapePolygon → const PspdfkitWebInteractionMode
shapePolyline → const PspdfkitWebInteractionMode
inkEraser → const PspdfkitWebInteractionMode
note → const PspdfkitWebInteractionMode
commentMarker → const PspdfkitWebInteractionMode
text → const PspdfkitWebInteractionMode
callout → const PspdfkitWebInteractionMode
pan → const PspdfkitWebInteractionMode
documentEditor → const PspdfkitWebInteractionMode
marqueeZoom → const PspdfkitWebInteractionMode
redactTextHighlighter → const PspdfkitWebInteractionMode
redactShapeRectangle → const PspdfkitWebInteractionMode
documentCrop → const PspdfkitWebInteractionMode
buttonWidget → const PspdfkitWebInteractionMode
textWidget → const PspdfkitWebInteractionMode
radioButtonWidget → const PspdfkitWebInteractionMode
checkboxWidget → const PspdfkitWebInteractionMode
comboBoxWidget → const PspdfkitWebInteractionMode
listBoxWidget → const PspdfkitWebInteractionMode
signatureWidget → const PspdfkitWebInteractionMode
dateWidget → const PspdfkitWebInteractionMode
formCreator → const PspdfkitWebInteractionMode
distance → const PspdfkitWebInteractionMode
perimeter → const PspdfkitWebInteractionMode
rectangleArea → const PspdfkitWebInteractionMode
ellipseArea → const PspdfkitWebInteractionMode
polygonArea → const PspdfkitWebInteractionMode
contentEditor → const PspdfkitWebInteractionMode
multiAnnotationsSelection → const PspdfkitWebInteractionMode
measurement → const PspdfkitWebInteractionMode
measurementSettings → const PspdfkitWebInteractionMode

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<PspdfkitWebInteractionMode>
A constant List of the values in this enum, in order of their declaration.