A collection of sections.
section Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| continue numbering | boolean | r/w | If true, continues page numbers sequentially from the previous section. |
| id | integer | read | The unique ID of the section. |
| include section prefix | boolean | r/w | If true, places the specified prefix before page numbers on all pages in the section. |
| index | integer | read | The index of the section within its containing object. |
| label | text | r/w | A property that can be set to any string. |
| length | integer | read | The number of pages in the section. |
| marker | text | r/w | The section marker. |
| name | text | r/w | The name of the section. |
| object reference | section | read | An object reference for the object. |
| page number start | integer | r/w | The page number assigned to the first page in the section. Note: Valid only when continue numbering is false. Can return: integer (1 – 999999). |
| page number style | upper roman, lower roman, upper letters, lower letters, arabic, arabic alif ba tah, arabic abjad, hebrew biblical, hebrew non standard, single leading zeros, double leading zeros, triple leading zeros, |
r/w | The page number style. |
| page start | page | r/w | The start page for the section. |
| parent | document | read | The parent of the section (a document). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| section prefix | text | r/w | The prefix to place before page numbers on pages in the section. May include up to 8 characters. Note: Valid only when include section prefix is true. |