DataFormat enum
Specifies the format of Export or Import data.
Values
- fdf → const DataFormat
-
Specifies Forms Data Format file format.
- xfdf → const DataFormat
-
Specifies XFDF file format.
- json → const DataFormat
-
Specifies JSON file format.
- xml → const DataFormat
-
Specifies XML file format
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<
DataFormat> - A constant List of the values in this enum, in order of their declaration.