PdfFormFieldsTabOrder enum
Specifies tab order types for form fields
Values
- none → const PdfFormFieldsTabOrder
-
Form fields are visited default order
- row → const PdfFormFieldsTabOrder
-
Form fields are visited rows running horizontally across the page
- column → const PdfFormFieldsTabOrder
-
Form fields are visited column running vertically up and down the page
- structure → const PdfFormFieldsTabOrder
-
Form fields are visited based on the structure tree
- manual → const PdfFormFieldsTabOrder
-
Form fields are visited manual order
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<
PdfFormFieldsTabOrder> - A constant List of the values in this enum, in order of their declaration.