Hyperlink Constructor
Initializes a new instance of the Hyperlink class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Hyperlink() | Initializes a new, default instance of the Hyperlink class. |
|
Hyperlink(Inline) | Initializes a new instance of the Hyperlink class, taking a specified Inline object as the initial contents of the new Hyperlink. |
|
Hyperlink(Inline, TextPointer) | Initializes a new instance of the Hyperlink class, taking a specified Inline object as the initial contents of the new Hyperlink, and a TextPointer specifying an insertion position for the new Hyperlink. |
|
Hyperlink(TextPointer, TextPointer) | Initializes a new instance of the Hyperlink class, taking two TextPointer objects that indicate the beginning and end of a selection of content to be contained by the new Hyperlink. |