Field Data Type

A field in the PDF document.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
name string element 0/1 The name of the field.
type string element 0/1 A description of the field type.
userName string element 0/1 The field's user name.
widget list of Widget element 0/unbounded The widgets associated with this field.
widgetCount int element 0/1 The number of widgets associated with this field.

Example

<Field>
  <name>...</name>
  <type>...</type>
  <userName>...</userName>
  <widgetCount>...</widgetCount>
  <widget>
    <rectangle>
      <x>...</x>
      <y>...</y>
      <width>...</width>
      <height>...</height>
    </rectangle>
    <pageIndex>...</pageIndex>
  </widget>
</Field>