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

NameTypeAccessDescription
value: stringReadInitial /V.
multiline: booleanRead/Ff Multiline (spec bit 13): the value wraps across lines.
password: booleanRead/Ff Password (spec bit 14): the appearance shows bullets, not the value.
comb: booleanRead/Ff Comb (spec bit 25): maxLen evenly spaced cells.
fileSelect: booleanRead/Ff FileSelect (spec bit 21): the value is a file pathname whose contents are submitted, not text in its own right.
richText: booleanRead/Ff RichText (spec bit 26): the value is a rich text string.
doNotSpellCheck: booleanRead/Ff DoNotSpellCheck (spec bit 23): the viewer does not spell-check what is typed here.
doNotScroll: booleanRead/Ff DoNotScroll (spec bit 24): the field refuses text past what its box holds instead of scrolling.
richTextValue: stringRead/RV: the rich text markup.
maxLen: numberRead/MaxLen: maximum character count.