Holds the item properties for a print format. See the Property Reference section in the FinancialForce Print Formatter Help for more information.
| Field name | Data type | Description |
|---|---|---|
| Data | DataProperty | The metadata vocabulary that will appear in the data field. |
| Format | FormatData | List of data formats. |
| FormatCode | Text | Code of the data format. |
| Height | Number | The height of the selected item. |
| Image | Text | The location of the image on your local machine. For example, C:\Program Files\CODA\Images\logo.gif. |
| ItemSequence | Number | The sequence number of this item. |
| ItemTypeRef | Text | The item type. |
| ITName | Text | For internal use. |
| Name | Text | The name of the item. |
| pageNum | PageNumProperty | List of page numbers. |
| Section | Reference (Section) | Reference to the Section object. |
| Table | TableProperty | List of table properties. |
| Text | Text | The text to be displayed. |
| UseFormat | Text | Specifies the use of a data format. |
| VisibleBetween | Boolean | The selected item is visible on all pages between first and last. |
| VisibleFirst | Boolean | The selected item is visible on the first page. |
| VisibleLast | Boolean | The selected item is visible on the last page. |
| VisibleOnePage | Boolean | The selected item is visible when the output is a single page document. |
| Width | Number | The width of the selected item. |
| X | Number | The position of the selected item relative to the parent section. |
| Y | Number | The position of the selected item relative to the parent section. |