FormSpec Properties |
The FormSpec type exposes the following members.
Name | Description | |
---|---|---|
![]() | Comments |
a single (possibly rather long) string (which may contain embedded
newlines) containing comments to be optionally used in GUI or
other representations of the form type.
|
![]() | FieldMap |
Map, keyed by SpecField name, containing suitable allowed values for specific form fields.
|
![]() | Fields |
List of all SpecField objects for all fields defined for this Form type.
|
![]() | Formats |
List of "formats" for this form type.
|
![]() | Maxwords | |
![]() | Openable | |
![]() | Presets |
Map, keyed by SpecField name, containing preset (default) values for specific form fields.
|
![]() | Values |
Map, keyed by SpecField name, containing suitable allowed values for specific form fields.
|
![]() | Words |
List of "words" for this form type.
|