IHyperlink Interface |
Namespace: Aspose.Slides
The IHyperlink type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionType |
Returns type of HyperLinkEx's action.
Read-only HyperlinkActionType.
| |
| ColorSource |
Represents the source of hyperlink color - either styles or portion format.
Read/write HyperlinkColorSource.
| |
| ExternalUrl |
Specifies the external URL
If this property become not null then property TargetSlide become null.
Read-only String.
| |
| HighlightClick |
Determines whether the hyperlink should be highlighted on click.
Read/write Boolean.
| |
| History |
Determines whether the target of the parent hyperlink shall be added
to a list of viewed hyperlinks when it is invoked.
Read/write Boolean.
| |
| StopSoundOnClick |
Determines whether the sound should be stopped on hyperlink click.
Read/write Boolean.
| |
| TargetFrame |
Returns the frame within the parent HTML frameset for the target
of the parent hyperlink when one exists.
Read/write String.
| |
| TargetSlide |
If the HyperlinkEx targets specific slide returns this slide.
If ths property become not null then property ExternalUrl become null.
Read-only ISlide.
| |
| Tooltip |
Returns the string which may be surfaced in a user interface
as associated with the parent hyperlink.
Read/write String.
|
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the two Hyperlink instances are equal.
|