IHyperlink
Contents
[
Hide
]
IHyperlink class
Represents a hyperlink.
The IHyperlink type exposes the following members:
Properties
Name | Description |
---|---|
action_type | Returns type of HyperLinkEx’s action. Read-only HyperlinkActionType. |
external_url | Specifies the external URL If this property become not null then property TargetSlide become null. Read-only string. |
target_slide | If the HyperlinkEx targets specific slide returns this slide. If the property become not null then property ExternalUrl become null. Read-only ISlide. |
target_frame | Returns the frame within the parent HTML frameset for the target of the parent hyperlink when one exists. Read/write string. |
tooltip | Returns the string which may be surfaced in a user interface as associated with the parent hyperlink. Read/write string. |
history | Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. Read/write bool. |
highlight_click | Determines whether the hyperlink should be highlighted on click. Read/write bool. |
stop_sound_on_click | Determines whether the sound should be stopped on hyperlink click. Read/write bool. |
sound | Represents the playing sound of the hyperlink. Read/write IAudio. |
color_source | Represents the source of hyperlink color - either styles or portion format. Read/write HyperlinkColorSource. |
Methods
Name | Description |
---|---|
equals(hlink) | Determines whether the two Hyperlink instances are equal. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides