TextFieldInit
Overview
TextFieldInit is a interface in Aspose.PDF FOSS for TypeScript.
Options for Form.AddTextField / Page.AddTextField.
Properties: comb, doNotScroll, doNotSpellCheck, fileSelect, maxLen, multiline, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | : string | Read | Initial /V. |
multiline | : boolean | Read | /Ff Multiline (spec bit 13): the value wraps across lines. |
password | : boolean | Read | /Ff Password (spec bit 14): the appearance shows bullets, not the value. |
comb | : boolean | Read | /Ff Comb (spec bit 25): maxLen evenly spaced cells. |
fileSelect | : boolean | Read | /Ff FileSelect (spec bit 21): the value is a file pathname whose contents are submitted, not text in its own right. |
richText | : boolean | Read | /Ff RichText (spec bit 26): the value is a rich text string. |
doNotSpellCheck | : boolean | Read | /Ff DoNotSpellCheck (spec bit 23): the viewer does not spell-check what is typed here. |
doNotScroll | : boolean | Read | /Ff DoNotScroll (spec bit 24): the field refuses text past what its box holds instead of scrolling. |
richTextValue | : string | Read | /RV: the rich text markup. |
maxLen | : number | Read | /MaxLen: maximum character count. |