[]
Represents a hyperlink element in a body content.
public class Hyperlink : ContentObject, IBrowsable<Hyperlink>
Public Class Hyperlink
Inherits ContentObject
Implements IBrowsable(Of Hyperlink)
| Name | Description |
|---|---|
| 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. |
| Anchor | Gets or sets the name of a bookmark in the current or linked document which shall be the target of this hyperlink. |
| Location | Gets or sets a location in the target of the hyperlink. |
| Next | Gets the next hyperlink. |
| Previous | Gets the previous hyperlink. |
| ScreenTip | Gets or sets the text that appears as a ScreenTip when the mouse pointer is positioned over the specified hyperlink. |
| Target | Gets or sets the name of the frame or window in which you want to load the specified hyperlink. |
| Viewed | Gets or sets whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. |
| Name | Description |
|---|---|
| AddBidirectionalOverride() | Adds a BidirectionalOverride to the end of this hyperlink. |
| AddBidirectionalOverride(BiDirection) | Adds a BidirectionalOverride to the end of this hyperlink. |
| AddComplexField(IFieldOptions) | Adds a ComplexField to the end of this hyperlink. |
| AddComplexField(string) | Adds a ComplexField to the end of this hyperlink. |
| AddComplexField(string, string) | Adds a ComplexField to the end of this hyperlink. |
| AddContentControl(ContentControlType, bool) | Adds a ContentControl to the end of this hyperlink. |
| AddEndnote(string) | Adds a Endnote to the end of this hyperlink. |
| AddEndnote(string, char, string) | Adds a Endnote to the end of this hyperlink. |
| AddEndnote(string, string) | Adds a Endnote to the end of this hyperlink. |
| AddFootnote(string) | Adds a Footnote to the end of this hyperlink. |
| AddFootnote(string, char, string) | Adds a Footnote to the end of this hyperlink. |
| AddFootnote(string, string) | Adds a Footnote to the end of this hyperlink. |
| AddHyperlink() | Adds a Hyperlink to the end of this hyperlink. |
| AddHyperlink(string, string, string, string) | Adds a Hyperlink to the end of this hyperlink. |
| AddHyperlink(Uri, string, string, string, string) | Adds a Hyperlink to the end of this hyperlink. |
| AddOMath() | Adds an OMath to the end of this hyperlink. |
| AddOMath(OMathBuiltInEquation) | Adds an OMath to the end of this hyperlink. |
| AddOMathParagraph() | Adds an OMathParagraph to the end of this hyperlink. |
| AddOMathParagraph(OMathBuiltInEquation) | Adds an OMathParagraph to the end of this hyperlink. |
| AddRun() | Adds a Run to the end of this hyperlink. |
| AddRun(Style) | Adds a Run to the end of this hyperlink. |
| AddRun(string) | Adds a Run to the end of this hyperlink. |
| AddRun(string, Style) | Adds a Run to the end of this hyperlink. |
| AddSimpleField(string) | Adds a SimpleField to the end of this hyperlink. |
| AddSimpleField(string, string) | Adds a SimpleField to the end of this hyperlink. |
| Equals(object) | |
| GetHashCode() |