Holds information about section properties for a print format. See the Property Reference section in the FinancialForce Print Formatter Help for more information.
| Field name | Data type | Description |
|---|---|---|
| Embedded | Boolean | Determines whether you want this section to be embedded as a subsection within a table. |
| Format | FormatData | List of Format Data objects. |
| FormatCode | Text | Code of the data format. |
| FormTypeRef | Text | The form type this print format produces. |
| Height | Number | The height of the selected section. |
| Items | Items | List of Items objects. |
| Name | Text | The name of the selected section. |
| PrintFormat | Reference (PrintFormat) | Reference to the related PrintFormat. |
| SectionSequence | Number | The sequence number of the section. |
| SectionTypeRef | Text | The section type. |
| STName | Text | For internal use. |
| UseFormat | Text | Specifies whether a data format is used. |
| VisibleBetween | Boolean | The selected section is visible on all pages between first and last. |
| VisibleFirst | Boolean | The selected section is visible on the first page. |
| VisibleLast | Boolean | The selected section is visible on the last page. |
| VisibleOnePage | Boolean | The selected section is visible when the output is a single page document. |
| Width | Number | The width of the selected section. |
| X | Number | The position of the selected section relative to the left margin of the form. |
| Y | Number | The position of the selected section relative to the top of the form. |