Holds information about print formats. See the Property Reference section in the FinancialForce Print Formatter Help for more information.
| Field name | Data type | Description |
|---|---|---|
| CmpCodeVocabId | Text | Determines the company from which the form has been generated. |
| Code | Text | The code of the print format. |
| FixedPosition | Boolean | Specifies that this value has a fixed position. |
| FooterHeight | Number | The height of the footer. Must be greater than zero if the footer is included. |
| Format | FormatData | List of FormatData objects. |
| FormatCode | Text | The code of the format data object. |
| FormTypeRef | Text | Specifies the type of document that can be produced using forms based on this print format. |
| GridOn | Boolean | Determines whether the grid squares are visible. |
| GridSizeX | Number | The size of the grid squares on the x axis. |
| GridSizeY | Number | The size of the grid squares on the y axis. |
| HeaderHeight | Number | The height of the header. Must be greater than zero if the header is included. |
| Locale | Text | The locale of the form that will be used to determine the appropriate language to use in data fields. |
| MarginBottom | Number | The height of the bottom margin. |
| MarginLeft | Number | The width of the left margin. |
| MarginRight | Number | The width of the right margin. |
| MarginTop | Number | The height of the top margin. |
| Name | Text | The name of the print format. |
| Orientation | Text | The orientation of the page. The options are Portrait and Landscape. |
| PageHeight | Number | The height of the page. |
| PageWidth | Number | The height of the page. |
| PaperSize | Text | The size of the page. |
| PFName | Text | For internal use. |
| Sections | Sections | List of Sections objects. |
| ShortName | Text | The abbreviated name of the form. |
| SortOrders | SortOrders | List of SortOrders objects. |
| Template | Text | Indicates whether the current form design is a template, and if it is, whether it is protected. This field is for information only. |
| TimeStamp | Number | For internal use. |
| Uom | Text | The unit of measurement to use for this form and its objects. |
| UseFormat | Boolean | Specifies the use of a data format. |