FillableField

Overview

The FillableField schema contains information about the specific FillableField including ID, email address, height, width, field name, tooltip, font, font size and other data.

{
xCoordinate*	number($double)
Gets or Sets XCoordinate

yCoordinate*	number($double)
Gets or Sets YCoordinate

fieldName	string
nullable: true
Gets or Sets FieldName

toolTip	string
nullable: true
Gets or Sets ToolTip

pageNumber*	integer($int32)
Gets or Sets PageNumber

sequencing	integer($int32)
nullable: true
Gets or Sets Sequencing

id	string
nullable: true
Gets or Sets Id

emailAddress	string
nullable: true
Gets or Sets EmailAddress

mandatory	YesNoEnumstring
Gets or Sets YesNoEnum

Enum:
[ No, Yes ]
}