The NavigationSettings Interface represents common navigation settings and provides options for external hyperlink customization facilities.
Property | Value Type | Access | Default value | Property description |
---|---|---|---|---|
AdvanceOnMouseClick | bool | Read/write | true | Indicates whether the advance to the next animation step or slide on mouse click is enabled |
AdvanceType |
MouseClickAdvanceType | Read/write | MCAT_NEXT_STEP | Specifies the way mouse click advances the presentation - to the next slide or to the next animation step |
EnableHyperlinks | bool | Read/write | true | Indicates whether hyperlinks are preserved during conversion |
HyperlinksTarget | string | Read/write | _self | Specifies a browser window name where hyperlinks are opened |
KeyboardEnabled | bool | Read/write | true | Indicates whether keyboard navigation is enabled. |
Keyboard | KeyboardSettings | Read only | Returns a KeyboardSettings Interface providing keyboard control customization facilities. |