Holds the data format properties for a print format object. See the Property Reference section in the FinancialForce Print Formatter Help for more information.
| Field name | Data type | Description |
|---|---|---|
| AppendOnly | Text | Specifies that the word 'ONLY' is to be appended to the value. |
| BackgroundColour | Number | The color of the background, in standard RGB format. |
| BorderBottom | Boolean | Specifies whether there is border at the bottom of the form or object. |
| BorderColour | Number | Specifies the color of the border, in standard RGB format.. |
| BorderLeft | Boolean | Specifies whether there is border to the left of the form or object. |
| BorderRight | Boolean | Specifies whether there is border to the right of the form or object. |
| BorderStyle | Text | Specifies the type of lines (solid or dashed in various styles) used to draw border. |
| BorderTop | Boolean | Specifies whether there is border at the top of the form or object. |
| BorderWeight | Text | Specifies the thickness of the border. |
| DateTimeFormat | Text | Specifies the format to be applied to date/time values. |
| DecimalsAsDigits | Boolean | Indicates that you want to display decimals as digits instead of words. |
| DisplayAsWords | Boolean | Indicates that you want numbers to be converted into words, as is used on some checks. |
| FontBold | Boolean | Specifies that the text is in bold. |
| FontColour | Number | The font color, in standard RGB format. |
| FontFamily | Text | The name of the font used to display text and data values. |
| FontItalic | Boolean | Specifies that the text is in italics. |
| FontSize | Number | The size of the font used to display text and data values. |
| FontStrikethrough | Boolean | Specifies that a line is to be drawn through the text. |
| FontUnderline | Boolean | Specifies that the text is underlined. |
| HAlign | Text | Sets the horizontal alignment of the content within an object. |
| LineSpacing | Number | Sets the spacing to apply before each line of the content within an object. Line spacing is expressed as a percentage of font-height, with a default of 100%. |
| Name | Text | The name of the form or object. |
| NegativeColour | Number | The font color to use for numbers less than zero, in standard RGB format. |
| NumberFormat | Text | Specifies the format to be applied to numeric values. |
| Padding | Text | The character to insert as padding. You can specify a single printable character or leave blank to signify a single space. This is useful when scrapping checks. |
| VAlign | Text | Sets the vertical alignment of the content within an object. |