IHyperlink class

Represents a hyperlink.

The IHyperlink type exposes the following members:

Properties

PropertyDescription
action_typeReturns type of HyperLinkEx’s action.
Read-only HyperlinkActionType.
external_urlSpecifies the external URL
If this property become not null then property TargetSlide become null.
Read-only str.
external_url_originalRepresents a hyperlink that is set for this portion without regard to the actual content of the portion.

PowerPoint behaves specifically for links and their corresponding text in a portion. It allows to create text for the hyperlink in
the form of a valid URL, different from the real address of the link. In this case, when you view the link in the edit window, it will be
changed to match the text portion. This property represents the original value of the hyperlink.
target_slideIf the HyperlinkEx targets specific slide returns this slide.
If the property become not null then property ExternalUrl become null.
Read-only ISlide.
target_frameReturns the frame within the parent HTML frameset for the target
of the parent hyperlink when one exists.
Read/write str.
tooltipReturns the string which may be surfaced in a user interface
as associated with the parent hyperlink.
Read/write str.
historyDetermines whether the target of the parent hyperlink shall be added
to a list of viewed hyperlinks when it is invoked.
Read/write bool.
highlight_clickDetermines whether the hyperlink should be highlighted on click.
Read/write bool.
stop_sound_on_clickDetermines whether the sound should be stopped on hyperlink click.
Read/write bool.
soundRepresents the playing sound of the hyperlink.
Read/write IAudio.
color_sourceRepresents the source of hyperlink color - either styles or portion format.
Read/write HyperlinkColorSource.

Methods

MethodDescription
equalsDetermines whether the two Hyperlink instances are equal.

See Also