Hyperlink Class

Represents a hyperlink.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Hyperlink : PVIObject, IHyperlink

The Hyperlink type exposes the following members.

Constructors
  NameDescription
Public methodHyperlink(String)
Creates an instance of a hyperlink.
Public methodHyperlink(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.
Public methodHyperlink(Hyperlink, String, String, Boolean, Boolean, Boolean)
Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties.
Properties
  NameDescription
Public propertyActionType
Returns type of Hyperlink's action. Read-only HyperlinkActionType.
Public propertyColorSource
Represents the source of hyperlink color - either styles or portion format. Read/write HyperlinkColorSource.
Public propertyStatic memberEndShow
Returns a hyperlink which ends the show. Read-only Hyperlink.
Public propertyExternalUrl
Specifies the external URL. Read-only String.
Public propertyStatic memberFirstSlide
Returns a hyperlink to the first slide of the presentation. Read-only Hyperlink.
Public propertyHighlightClick
Determines whether the hyperlink should be highlighted on click. Read/write Boolean.
Public propertyHistory
Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. Read/write Boolean.
Public propertyStatic memberLastSlide
Returns a hyperlink to the last slide of the presentation. Read-only Hyperlink.
Public propertyStatic memberLastVievedSlide
Returns a hyperlink to the last viewed slide. Read-only Hyperlink.
Public propertyStatic memberMedia
Returns a special "play mediafile" hyperlink. Used in AudioFrame and VideoFrame. Read-only Hyperlink.
Public propertyStatic memberNextSlide
Returns a hyperlink to the next slide. Read-only Hyperlink.
Public propertyStatic memberNoAction
Returns a special "do nothing" hyperlink. Read-only Hyperlink.
Public propertyStatic memberPreviousSlide
Returns a hyperlink to the previous slide. Read-only Hyperlink.
Public propertyStopSoundOnClick
Determines whether the sound should be stopped on hyperlink click. Read/write Boolean.
Public propertyTargetFrame
Returns the frame within the parent HTML frameset for the target of the parent hyperlink when one exists. Read/wite String.
Public propertyTargetSlide
If the Hyperlink targets specific slide returns this slide. Read-only ISlide.
Public propertyTooltip
Returns the string which may be surfaced in a user interface as associated with the parent hyperlink. Read/write String.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the two Hyperlink instances are equal.
(Overrides PVIObjectEquals(Object).)
Public methodEquals(IHyperlink)
Determines whether the two Hyperlink instances are equal.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides PVIObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Operators
  NameDescription
Public operatorStatic memberEquality
Tests two hyperlinks for equality.
Public operatorStatic memberInequality
Tests two hyperlinks for inequality.
See Also