Section
A section.
Section Properties
| Property |
Type |
Access |
Description |
| ContinueNumbering |
Boolean |
r/w |
Whether to continue page numbering from the previous section. |
| Id |
Long |
read |
A unique number identifying the object. |
| IncludeSectionPrefix |
Boolean |
r/w |
Whether to include section prefix for page number. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Label |
String |
r/w |
A label that can be set to any string. |
| Length |
Long |
read |
The number of characters in the object. |
| Marker |
String |
r/w |
The section marker. |
| Name |
String |
r/w |
The name of the object. |
| PageNumberStart |
Long (1 – 90000) |
r/w |
The number at which to start numbering pages and it only works when continue numbering property is set to kFalse. |
| PageNumberStyle |
idPageNumberStyle enumeration |
r/w |
The style of the page number. |
| PageStart |
Page |
r/w |
The page where this section starts. |
| Parent |
Object |
read |
The parent of the object. |
| SectionPrefix |
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 |
Deletes the object. |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
Previous post: Sections
Next post: ScriptPreference