Click or drag to resize

ClickHyperlink Class

Represents a hyperlink associated with a non-placeholder shape or text.
Inheritance Hierarchy
System Object
Spire.Presentation ClickHyperlink

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class ClickHyperlink

The ClickHyperlink type exposes the following members.

Constructors
Name Description
Public method ClickHyperlink(String)
Creates an instance of a hyperlink.
Public method ClickHyperlink(ISlide)
Initializes a new instance of the ClickHyperlink class
Top
Properties
Name Description
Public property Action
Public property ActionType
Represents the type of hyperlink. Read-only. Readonly HyperlinkActionType .
Public property Address
Returns or sets the Internet address (URL) to the target document.
Public property Static member EndShow
Returns a hyperlink which ends the show. Readonly ClickHyperlink .
Public property EndSounds
Indicates whether the sound should be stopped on hyperlink click. Read-only Boolean .
Public property Static member FirstSlide
Returns a hyperlink to the first slide of the presentation. Readonly ClickHyperlink .
Public property History
Indicates whether the target will be added to a list. Read-only Boolean .
Public property InvalidUrl
Public property IsHighlightClick
Indicates whether the hyperlink should be highlighted on click. Read-only Boolean .
Public property Static member LastSlide
Returns a hyperlink to the last slide of the presentation. Readonly ClickHyperlink .
Public property Static member LastVievedSlide
Returns a hyperlink to the last viewed slide. Readonly ClickHyperlink .
Public property Static member NextSlide
Returns a hyperlink to the next slide. Readonly ClickHyperlink .
Public property Static member NoAction
Returns a special "do nothing" hyperlink. Readonly Hyperlink.
Public property Static member PreviousSlide
Returns a hyperlink to the previous slide. Readonly ClickHyperlink .
Public property TargetFrame
Gets the frame within the parent HTML frameset Read-only String .
Public property TargetSlide
If the Hyperlink targets specific slide returns this slide. Readonly Slide .
Public property Tooltip
Returns or sets the ScreenTip text of a hyperlink. Read-only String .
Top
Methods
Name Description
Public method Equals(Object)
Indicates whether the two Hyperlink instances are equal.
(Overrides Object Equals(Object) .)
Public method Equals(ClickHyperlink)
Indicates whether the two Hyperlink instances are equal.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode (Overrides Object GetHashCode .)
Public method Static member GetOtherFiles
Returns a hyperlink to other files.
Public method Static member GetOtherPowerPointPresentation
Returns a hyperlink to other powerPoint presentation.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Operators
See Also