The form object is the root object for
the form model.
Properties
Name
|
Description
|
Type
|
Access
|
checksum
|
Specifies an algorithm for the checksum
to insert into the barcode.
|
String
|
Read /Write
|
Methods
Name
|
Description
|
Returns
|
execCalculate
|
Executes any scripts on the calculate event
of the specified object, and any child objects.
|
Empty
|
execInitialize
|
Executes any scripts on the initialize event
of the specified object, and any child objects.
|
Empty
|
execValidate
|
Executes any scripts on the validate event
of the specified object, and any child objects.
|
Empty
|
formNodes
|
Returns a list of all form model objects
that are bound to a specified data object.
|
Object
|
metadata
|
Collects a comprehensive Extensible Metadata
Platform (XMP) metadata packet for the document.
|
String
|
recalculate
|
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.
|
Empty
|
remerge
|
Forces the remerging of the data model and
template model to re-create the form model. After the remerge is
complete, any layout model processing must be redone if necessary for
the completed form.
|
Empty
|
|
|
|