PageReference
An index page reference.
PageReference Properties
| Property |
Type |
Access |
Description |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Label |
String |
r/w |
A label that can be set to any string. |
| PageNumberStyleOverride |
CharacterStyle |
r/w |
The style override replacing the standard generation option. |
| PageReferenceLimit |
ParagraphStyle, Long |
r/w |
The page reference limit as ParagraphStyle or Long. |
| PageReferenceType |
idPageReferenceType enumeration |
r/w |
The page reference type. |
| Parent |
Object |
read |
The parent of the object. |
| SourceText |
Text |
read |
The text where this source is located. |
PageReference 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: PageReferences
Next post: PageItems