FormDataField

Overview

FormDataField is a interface in Aspose.PDF FOSS for TypeScript.

One field’s data, format-neutral.

Properties: name, richText, type, values.

Properties

NameTypeAccessDescription
name: stringReadFully-qualified field name, segments joined with ‘.’.
type: FieldTypeReadSource field type; ‘unknown’ on the import path, where the format modules cannot know it and applyFormData resolves it from the form.
values: string[]ReadLength > 1 only for multi-select choice.
richText: stringReadVerbatim XHTML from /RV, when present.