CPDFFormAttribute class

Constructors

CPDFFormAttribute({CPDFFormAttr textField = const CPDFFormAttr.textField(), CPDFFormAttr checkBox = const CPDFFormAttr.checkBox(), CPDFFormAttr radioButton = const CPDFFormAttr.radioButton(), CPDFFormAttr listBox = const CPDFFormAttr.listBox(), CPDFFormAttr comboBox = const CPDFFormAttr.comboBox(), CPDFFormAttr pushButton = const CPDFFormAttr.pushButton(), CPDFFormAttr signaturesFields = const CPDFFormAttr.signaturesFields()})
const

Properties

checkBox CPDFFormAttr
final
comboBox CPDFFormAttr
final
hashCode int
The hash code for this object.
no setterinherited
listBox CPDFFormAttr
final
pushButton CPDFFormAttr
final
radioButton CPDFFormAttr
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signaturesFields CPDFFormAttr
final
textField CPDFFormAttr
final

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