This class extends SubFormFieldsPerDocumentBase.
| Name | Type | Description | Notes |
|---|---|---|---|
type*required |
String |
An input field for dropdowns. Use the SubFormFieldsPerDocumentDropdown class. |
|
options*required |
List<String> |
Array of string values representing dropdown values. | |
content |
String |
Selected value in options array. Value must exist in array. |
|
fontFamily |
FontFamilyEnum |
Font family for the field. | |
fontSize |
Integer |
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. |
| Name | Value |
|---|---|
| HELVETICA | "helvetica" |
| ARIAL | "arial" |
| COURIER | "courier" |
| CALIBRI | "calibri" |
| CAMBRIA | "cambria" |
| GEORGIA | "georgia" |
| TIMES | "times" |
| TREBUCHET | "trebuchet" |
| VERDANA | "verdana" |
| ROBOTO | "roboto" |
| ROBOTO_MONO | "robotoMono" |
| NOTO_SANS | "notoSans" |
| NOTO_SERIF | "notoSerif" |
| NOTO_CJK_JP_REGULAR | "notoCJK-JP-Regular" |
| NOTO_HEBREW_REGULAR | "notoHebrew-Regular" |
| NOTO_SAN_THAI_MERGED | "notoSanThaiMerged" |