FillableText
An object containing information about the specific FillableField including height, width, field name, tooltip, font, font size and other data.
Note: Font Scaling modifications occur on Fillable Field FieldText
similar to existing Expere Content to adjust to true font height. See Appendix A: Font Scaling Adjustments
Stylesheet Details to review font scaling modification details
| Parameter | Type | Description | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FillableField | FillableField | An object containing information about the specific FillableField including height, width, field name, tooltip, font, font size and other data | ||||||||||||||||||||||||||
| Width | string | The Width of the field in points where each point is 1/72 of an inch. May be authored in points or inches. If authored as inches, the value is converted and output as points.The Width of the field in points where each point is 1/72 of an inch. May be authored in points or inches. If authored as inches, the value is converted and output as points. | ||||||||||||||||||||||||||
| Height | string | The Height of the field in points where each point is 1/72 of an inch. May be authored in points or inches. If authored as inches, the value is converted and output as points.The Height of the field in points where each point is 1/72 of an inch. May be authored in points or inches. If authored as inches, the value is converted and output as points. | ||||||||||||||||||||||||||
| FontName | The name of the font authored. The font value is True Type Font (TTF).
Below is the Font value authored in Requirements Editor (RE) Tool and the
corresponding output value in the API response files.
|
|||||||||||||||||||||||||||
| FontSize | string | The size
of the font authored represented in points (i.e. 10 represents 10pt font). Note: Font Scaling modifications occur on Fillable Field FieldText
similar to existing Expere Content to adjust to true font
height. The FontSize value is modified from what is authored to
apply font scaling adjustments for applicable fonts - See Appendix A: Font Scaling
Adjustments Stylesheet Details to review font scaling
modification details. |
||||||||||||||||||||||||||
| NumberOfCharacters | string | The Number of Characters allowed. If the element is not authored, the element value in the assembly output is set to 0 (zero). | ||||||||||||||||||||||||||
| FieldType | FillableFieldTypeEnum | An object containing a enumerations for initials, name, numeric values, alphanumeric values, credit card name, credit card number, the credit card expiration date, the credit card billing address, and specific date. | ||||||||||||||||||||||||||
| FieldText | string | The prepopulated text for the field. If FieldText element is not authored, an empty element is included in the assembly output response as follows: <r:FieldText/> | ||||||||||||||||||||||||||
| HorizontalAlignment | string | Indicates the horizontal alignment to the text in the fillable field. Values are: left, right, center. | ||||||||||||||||||||||||||
| Underline | string | Indicates if the fillable field is underlined (true) or not underlined (false). | ||||||||||||||||||||||||||
| MultiLine | boolean | Indicates if the fiillable field has been authored for multiple lines of text. | ||||||||||||||||||||||||||
| SignatureUniqueIdentifer | string | A string used to asssociate the FillableField to the applicable SignatureField. |