Hyperlink Class |
Namespace: Aspose.Slides
The Hyperlink type exposes the following members.
Name | Description | |
---|---|---|
![]() | Hyperlink(String) |
Creates an instance of a hyperlink.
|
![]() | Hyperlink(ISlide) |
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.
|
![]() | Hyperlink(Hyperlink, String, String, Boolean, Boolean, Boolean) |
Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties.
|
Name | Description | |
---|---|---|
![]() | ActionType |
Returns type of Hyperlink's action.
Read-only HyperlinkActionType.
|
![]() | ColorSource |
Represents the source of hyperlink color - either styles or portion format.
Read/write HyperlinkColorSource.
|
![]() ![]() | EndShow |
Returns a hyperlink which ends the show.
Read-only Hyperlink.
|
![]() | ExternalUrl |
Specifies the external URL.
Read-only String.
|
![]() ![]() | FirstSlide |
Returns a hyperlink to the first slide of the presentation.
Read-only Hyperlink.
|
![]() | 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.
|
![]() ![]() | LastSlide |
Returns a hyperlink to the last slide of the presentation.
Read-only Hyperlink.
|
![]() ![]() | LastVievedSlide |
Returns a hyperlink to the last viewed slide.
Read-only Hyperlink.
|
![]() ![]() | Media |
Returns a special "play mediafile" hyperlink. Used in AudioFrame and VideoFrame.
Read-only Hyperlink.
|
![]() ![]() | NextSlide |
Returns a hyperlink to the next slide.
Read-only Hyperlink.
|
![]() ![]() | NoAction |
Returns a special "do nothing" hyperlink.
Read-only Hyperlink.
|
![]() ![]() | PreviousSlide |
Returns a hyperlink to the previous slide.
Read-only Hyperlink.
|
![]() | 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/wite String.
|
![]() | TargetSlide |
If the Hyperlink targets specific slide returns this slide.
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(Object) |
Determines whether the two Hyperlink instances are equal.
(Overrides PVIObjectEquals(Object).) |
![]() | Equals(IHyperlink) |
Determines whether the two Hyperlink instances are equal.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type, suitable for use
in hashing algorithms and data structures like a hash table.
(Overrides PVIObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Tests two hyperlinks for equality.
|
![]() ![]() | Inequality |
Tests two hyperlinks for inequality.
|