[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.HyperlinkOnAction

Class HyperlinkOnAction

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents hyperlink properties associated with an action (such as mouse click or hover).

public class HyperlinkOnAction : FormattingBag
Inheritance
object
HyperlinkOnAction
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Action

Gets or sets an application-defined string representing the action that is to be taken when this hyperlink is activated.

public string Action { get; set; }

Property Value

string

Address

Gets or sets the address for the specified link. The address can be an e-mail address, an Internet address, or a file name.

public Uri Address { get; set; }

Property Value

System.Uri

BaseKey

Gets the base (this class) key for formatting properties.

protected override string BaseKey { get; }

Property Value

string

HighlightClick

Gets or sets a value indicating whether the hyperlink was visited so applications can utilize this property to color the text.

public bool HighlightClick { get; set; }

Property Value

bool

InvalidUrl

Gets or sets the url text that was recognized as invalid.

public string InvalidUrl { get; set; }

Property Value

string

ScreenTip

Gets or sets the text that appears as a screen tip when the mouse pointer is positioned over this hyperlink.

public string ScreenTip { get; set; }

Property Value

string

Target

Gets or sets the name of the frame or window in which you want to load this hyperlink.

public string Target { get; set; }

Property Value

string

Viewed

Gets or sets a value indicating whether the target of this hyperlink shall be added to a list of viewed hyperlinks when it is invoked.

public bool Viewed { get; set; }

Property Value

bool