INavigationSettings Interface
The INavigationSettings Interface represents common navigation settings and provides options for external hyperlink customization facilities. This interface can be obtained using the ISettings.Navigation property.
Table 1. Properties
Property | Value Type | Access | Default value | Property description |
---|---|---|---|---|
EnableHyperlinks | bool | Read/Write | true | Enables or disables hyperlinks in the presentation. |
HyperlinksTarget | string | Read/Write | _self | Specifies a browser window name where the hyperlinks are opened. |
Keyboard | IKeyboardSettings | Read only | Returns the IKeyboardSettings interface, providing keyboard control customization facilities. | |
Mouse | IMouseSettings | Read only | Returns the IMouseSettings interface, providing settings for navigating over the presentation with the mouse. | |
Gestures | IGesturesSettings | Read only |
Table 2. Methods
Method | Method description |
---|---|
void Reset() | Restores default navigation settings |