TextFormInsertPr
type TextFormInsertPr = FormPrBase | TextFormPrBase | FormInsertPr
Description
Properties for inserting a text field.
Try It
var oTextFormInsertPr = {"key": "Personal information", "tip": "Enter your first name", "required": true, "placeholder": "Name", "comb": true, "maxCharacters": 10, "cellWidth": 3, "multiLine": false, "autoFit": false, "placeholderFromSelection": true, "keepSelectedTextInForm": false};
oDocument.InsertTextForm(oTextFormInsertPr);