A section.
section properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | integer | read | The class descriptor type. |
| continue numbering | boolean | r/w | Whether to continue page numbering from the previous section. |
| id | integer | read | A unique number identifying the object. |
| include section prefix | boolean | r/w | Whether to include section prefix for page number. |
| index | integer | read | Index of the object within its parent object. |
| label | string | r/w | A label that can be set to any string. |
| length | integer | read | The number of characters in the object. |
| marker | string | r/w | The section marker. |
| object reference | object | read | An object reference for this object. |
| page number start | integer (1 – 90000) | r/w | The number at which to start numbering pages and it only works when continue numbering property is set to kFalse. |
| page number style | page number style enumeration | r/w | The style of the page number. |
| page start | page | r/w | The page where this section starts. |
| parent | object | read | The parent of the object. |
| properties | record | r/w | Property that allows setting of several properties at the same time. |
| section prefix | string | r/w | The prefix for the section. May range from 0 to 8 characters. Same as the name property. |
section methods
| Method | Returns | Description |
|---|---|---|
| delete | Nothing | Delete the object. |
| extract label | string | Gets the content of the label associated with the specified key (name). |
| insert label | Nothing | Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |