GotoAnchorBehavior
A goto anchor behavior object.
GotoAnchorBehavior Properties
| Property |
Type |
Access |
Description |
| AnchorItem |
Hyperlink |
r/w |
The anchor item. |
| AnchorName |
String |
read |
The anchor name. |
| EnableBehavior |
Boolean |
r/w |
If true, the behavior is enabled. |
| Event |
idBehaviorEvents enumeration |
r/w |
The event which triggers the behavior. |
| FilePath |
File (String) |
r/w |
The file path. |
| 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. |
| Name |
String |
read |
The name of the object. |
| Parent |
Object |
read |
The parent of the object. |
| ZoomSetting |
idGoToZoomOptions enumeration |
r/w |
The zoom setting. |
GotoAnchorBehavior 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. |