Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1 KB

SubFormFieldsPerDocumentDropdown.md

File metadata and controls

18 lines (11 loc) · 1 KB

SubFormFieldsPerDocumentDropdown

This class extends SubFormFieldsPerDocumentBase.

Properties

Name Type Description Notes
type*required str An input field for dropdowns. Use the SubFormFieldsPerDocumentDropdown class. [default to "dropdown"]
options*required [str] Array of string values representing dropdown values.
content str Selected value in options array. Value must exist in array.
font_family str Font family for the field.
font_size int The initial px font size for the field contents. Can be any integer value between 7 and 49.

NOTE: Font size may be reduced during processing in order to fit the contents within the dimensions of the field.

[Back to Model list] [Back to API list] [Back to README]