Hyperlink
Hyperlink class
Represents a hyperlink.
Hyperlink
| Name | Description |
|---|---|
| Hyperlink(String) | Creates an instance of a hyperlink. |
Parameters:
| Name | Type | Description |
|---|---|---|
| url | String | Hyperlink URL. |
Result: Hyperlink
Hyperlink
| Name | Description |
|---|---|
| Hyperlink(Slide) | Creates an instance of a hyperlink which points to specific slide. Note: created hyperlink should be assigned to some object from the same presentation, otherwise link will be saved as NoAction. |
Parameters:
| Name | Type | Description |
|---|---|---|
| slide | Slide | Target slide. |
Result: Hyperlink
Hyperlink
| Name | Description |
|---|---|
| Hyperlink(Hyperlink, String, String, boolean, boolean, boolean) | Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties. |
Parameters:
| Name | Type | Description |
|---|---|---|
| source | Hyperlink | Source hyperlink |
| targetFrame | String | Target frame |
| tooltip | String | Tooltip text |
| history | boolean | Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. |
| stopSoundsOnClick | boolean | Determines whether the sound should be stopped on hyperlink click. |
| highlightClick | boolean | Determines whether the hyperlink should be highlighted on click. |
Result: Hyperlink
equals
| Name | Description |
|---|---|
| equals (Object) | Determines whether the two Hyperlink instances are equal. |
Parameters:
| Name | Type | Description |
|---|---|---|
| obj | Object | The Hyperlink to compare with the current Hyperlink. |
Result: boolean
equals
| Name | Description |
|---|---|
| equals (Hyperlink) | Determines whether the two Hyperlink instances are equal. |
Parameters:
| Name | Type | Description |
|---|---|---|
| hlink | Hyperlink | The Hyperlink to compare with the current Hyperlink. |
Result: boolean
getActionType
| Name | Description |
|---|---|
| getActionType () | Returns type of Hyperlink’s action. Read-only HyperlinkActionType. |
Result: int
getColorSource
| Name | Description |
|---|---|
| getColorSource () | Represents the source of hyperlink color - either styles or portion format. Read/write HyperlinkColorSource. |
Result: int
getEndShow
| Name | Description |
|---|---|
| getEndShow () | Returns a hyperlink which ends the show. Read-only Hyperlink. |
Result: Hyperlink
getExternalUrl
| Name | Description |
|---|---|
| getExternalUrl () | Specifies the external URL. Read-only String. |
Result: String
getFirstSlide
| Name | Description |
|---|---|
| getFirstSlide () | Returns a hyperlink to the first slide of the presentation. Read-only Hyperlink. |
Result: Hyperlink
getHighlightClick
| Name | Description |
|---|---|
| getHighlightClick () | Determines whether the hyperlink should be highlighted on click. Read/write boolean. |
Result: boolean
getHistory
| Name | Description |
|---|---|
| getHistory () | Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. Read/write boolean. |
Result: boolean
getLastSlide
| Name | Description |
|---|---|
| getLastSlide () | Returns a hyperlink to the last slide of the presentation. Read-only Hyperlink. |
Result: Hyperlink
getLastVievedSlide
| Name | Description |
|---|---|
| getLastVievedSlide () | Returns a hyperlink to the last viewed slide. Read-only Hyperlink. |
Result: Hyperlink
getMedia
| Name | Description |
|---|---|
| getMedia () | Returns a special “play mediafile” hyperlink. Used in AudioFrame and VideoFrame. Read-only Hyperlink. |
Result: Hyperlink
getNextSlide
| Name | Description |
|---|---|
| getNextSlide () | Returns a hyperlink to the next slide. Read-only Hyperlink. |
Result: Hyperlink
getNoAction
| Name | Description |
|---|---|
| getNoAction () | Returns a special “do nothing” hyperlink. Read-only Hyperlink. |
Result: Hyperlink
getPreviousSlide
| Name | Description |
|---|---|
| getPreviousSlide () | Returns a hyperlink to the previous slide. Read-only Hyperlink. |
Result: Hyperlink
getSound
| Name | Description |
|---|---|
| getSound () | Represents the playing sound of the hyperlink. Read/write IAudio. |
Result: Audio
getStopSoundOnClick
| Name | Description |
|---|---|
| getStopSoundOnClick () | Determines whether the sound should be stopped on hyperlink click. Read/write boolean. |
Result: boolean
getTargetFrame
| Name | Description |
|---|---|
| getTargetFrame () | Returns the frame within the parent HTML frameset for the target of the parent hyperlink when one exists. Read/wite String. |
Result: String
getTargetSlide
| Name | Description |
|---|---|
| getTargetSlide () | If the Hyperlink targets specific slide returns this slide. Read-only ISlide. |
Result: Slide
getTooltip
| Name | Description |
|---|---|
| getTooltip () | Returns the string which may be surfaced in a user interface as associated with the parent hyperlink. Read/write String. |
Result: String
getVersion
| Name | Description |
|---|---|
| getVersion () |
Result: long
hashCode
| Name | Description |
|---|---|
| hashCode () | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
Result: int
op_Equality
| Name | Description |
|---|---|
| op_Equality (Hyperlink, Hyperlink) | Tests two hyperlinks for equality. |
Parameters:
| Name | Type | Description |
|---|---|---|
| hlink1 | Hyperlink | First hyperlink to be tested. |
| hlink2 | Hyperlink | Second hyperlink to be tested. |
Result: boolean
op_Inequality
| Name | Description |
|---|---|
| op_Inequality (Hyperlink, Hyperlink) | Tests two hyperlinks for inequality. |
Parameters:
| Name | Type | Description |
|---|---|---|
| hlink1 | Hyperlink | First hyperlink to be tested. |
| hlink2 | Hyperlink | Second hyperlink to be tested. |
Result: boolean
setColorSource
| Name | Description |
|---|---|
| setColorSource (int) | Represents the source of hyperlink color - either styles or portion format. Read/write HyperlinkColorSource. |
setHighlightClick
| Name | Description |
|---|---|
| setHighlightClick (boolean) | Determines whether the hyperlink should be highlighted on click. Read/write boolean. |
setHistory
| Name | Description |
|---|---|
| setHistory (boolean) | Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. Read/write boolean. |
setSound
| Name | Description |
|---|---|
| setSound (Audio) | Represents the playing sound of the hyperlink. Read/write IAudio. |
setStopSoundOnClick
| Name | Description |
|---|---|
| setStopSoundOnClick (boolean) | Determines whether the sound should be stopped on hyperlink click. Read/write boolean. |
setTargetFrame
| Name | Description |
|---|---|
| setTargetFrame (String) | Returns the frame within the parent HTML frameset for the target of the parent hyperlink when one exists. Read/wite String. |
setTooltip
| Name | Description |
|---|---|
| setTooltip (String) | Returns the string which may be surfaced in a user interface as associated with the parent hyperlink. Read/write String. |