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.
RE Tool - Font Value Authored Response File - FontName Output Value
arial (arial) ArialMT
arialbd (arial bold) Arial-BoldMT
arialbi (arial bold italic) Arial-BoldItalicMT
ariali (arial Italic) Arial-ItalicMT
cour (courier new) CourierNewPSMT
courbd (courier new bold) CourierNewPS-BoldMT
courbi (courier new bold italic) CourierNewPS-BoldItalicMT
couri (courier new italic) CourierNewPS-ItalicMT
times (times new roman) TimesNewRomanPSMT
timesbd (times new roman bold) TimesNewRomanPS-BoldMT
timesbi (times new roman bold italic) TimesNewRomanPS-BoldItalicMT
timesi (times new roman italic) TimesNewRomanPS-ItalicMT
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).
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 can be authored for multiple lines of text. if the MultiLine element is not authored, the element value in the assembly output is set to false.
FieldType FieldTypeEnum 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, specific date, and notary stamp.
Mandatory YesOrNoEnum A Yes or No enumeration object that indicates whether the fillable field is mandatory or not.
SignatureUniqueIdentifer string A string used to asssociate the FillableField to the applicable SignatureField