Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XfaForm

XFA layer form. Used by Javascript actions.

Hierarchy

  • XfaForm

Index

Properties

execInitialize

execInitialize: () => {}

Executes any scripts on the initialize event of the specified object, and any child objects.

Type declaration

    • (): {}
    • Returns {}

recalculate

recalculate: (arg: any) => {}

Forces a specific set of scripts located on calculate events to execute. The specific events can be either pending calculate events or all calculate events.

Type declaration

    • (arg: any): {}
    • Parameters

      • arg: any

      Returns {}