FormDataField
Overview
FormDataField is a interface in Aspose.PDF FOSS for TypeScript.
One field’s data, format-neutral.
Properties: name, richText, type, values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Fully-qualified field name, segments joined with ‘.’. |
type | : FieldType | Read | Source field type; ‘unknown’ on the import path, where the format modules cannot know it and applyFormData resolves it from the form. |
values | : string[] | Read | Length > 1 only for multi-select choice. |
richText | : string | Read | Verbatim XHTML from /RV, when present. |