CPDFFormsConfig constructor

const CPDFFormsConfig({
  1. List<CPDFFormType> availableTypes = CPDFFormType.values,
  2. List<CPDFConfigTool> availableTools = const [CPDFConfigTool.undo, CPDFConfigTool.redo],
  3. CPDFFormAttribute initAttribute = const CPDFFormAttribute(),
  4. bool showCreateListBoxOptionsDialog = true,
  5. bool showCreateComboBoxOptionsDialog = true,
  6. bool showCreatePushButtonOptionsDialog = true,
  7. bool interceptListBoxAction = false,
  8. bool interceptComboBoxAction = false,
  9. bool interceptPushButtonAction = false,
})

Implementation

const CPDFFormsConfig(
    {this.availableTypes = CPDFFormType.values,
    this.availableTools = const [CPDFConfigTool.undo, CPDFConfigTool.redo],
    this.initAttribute = const CPDFFormAttribute(),
    this.showCreateListBoxOptionsDialog = true,
    this.showCreateComboBoxOptionsDialog = true,
    this.showCreatePushButtonOptionsDialog = true,
    this.interceptListBoxAction = false,
    this.interceptComboBoxAction = false,
    this.interceptPushButtonAction = false});