FormInsertPr
type FormInsertPr = object
Description
Form insertion specific properties.
Properties
- placeholderFromSelection
boolean
false Specifies if the currently selected text should be saved as a placeholder of the inserted form.
- keepSelectedTextInForm
boolean
true Specifies if the currently selected text should be saved as the content of the inserted form.
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);