CPDFFormsConfig class
Constructors
-
CPDFFormsConfig({List<
CPDFFormType> availableTypes = CPDFFormType.values, List<CPDFConfigTool> availableTools = const [CPDFConfigTool.undo, CPDFConfigTool.redo], CPDFFormAttribute initAttribute = const CPDFFormAttribute()}) -
const
Properties
-
availableTools
→ List<
CPDFConfigTool> -
Only supports CPDFConfigTool.undo and CPDFConfigTool.redo.
final
-
availableTypes
→ List<
CPDFFormType> -
In CPDFViewMode.forms mode, the list of form types at the bottom of the view.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initAttribute → CPDFFormAttribute
-
Form default attribute configuration
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited