DropDownFormField module
- class DropDownFormField.DropDownFormField
Bases:
FormField,IDocumentObjectRepresents a drop-down form field in a document.
- property DocumentObjectType: DocumentObjectType
Gets the type of the document object.
- Returns:
The type of the document object.
- property DropDownItems: DropDownCollection
Gets the drop-down items.
- Returns:
The drop-down items.
- property DropDownSelectedIndex: int
Gets or sets the selected drop-down index.
- Returns:
The selected drop-down index.
