The Hyperlink type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Hyperlink(DocumentModel, String, Inline ) |
Initializes a new instance of the Hyperlink class.
| |
| Hyperlink(DocumentModel, String, IEnumerable Inline ) |
Initializes a new instance of the Hyperlink class.
| |
| Hyperlink(DocumentModel, String, String) |
Initializes a new instance of the Hyperlink class.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones this Hyperlink instance, and optionally clones it's display elements.
| |
| CreateHyperlinkStyledRun |
Creates the hyperlink-styled Run.
| |
| GetChildElements(Boolean) |
Gets the child elements.
(Inherited from Element.) | |
| GetChildElements(Boolean, ElementType ) |
Gets the child elements filtered by ElementType.
(Inherited from Element.) |
Properties
| Name | Description | |
|---|---|---|
| Address |
Gets or sets the hyperlink address.
| |
| DisplayInlines |
Gets the hyperlink display Inlines.
| |
| Document |
Gets the owner document.
(Inherited from Element.) | |
| ElementType |
Gets the ElementType of this Element instance.
(Overrides Element ElementType.) | |
| IsBookmarkLink |
Gets or sets a value indicating whether this Hyperlink instance is bookmark link.
| |
| Parent |
Gets the parent of this Element instance.
(Inherited from Element.) | |
| ParentCollection |
Gets the InlineCollection that contains this Inline instance.
(Inherited from Inline.) | |
| ScreenTip |
Gets or sets the screen tip.
| |
| TargetFrame |
Gets or sets the target frame.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IContentElement Content |
Gets a sequence of ElementCollections that are contained under this IContentElement.
|
See Also