Class HyperlinkStart
The start marker of a hyperlink (w:hyperlink, ECMA-376 Part 1 §17.16.22). The link's content sits between the start and the matching HyperlinkEnd so runs keep their own formatting and revision marks.
public sealed class HyperlinkStart : Inline
- Inheritance
-
HyperlinkStart
- Inherited Members
- Extension Methods
Constructors
Properties
- Anchor
Gets or sets the bookmark name of an internal target (w:anchor), or null.
- History
Gets or sets whether the link is added to visited-link history (w:history), or null.
- RelationshipId
Gets or sets the relationship id of an external target (r:id), or null.
- Target
Gets or sets the resolved external target URI, or null for internal links.
- Tooltip
Gets or sets the tooltip text (w:tooltip), or null.
Methods
- Accept(DomVisitor)
Dispatches to the visitor method for this node's concrete type.
- CloneCore()
Creates the deep copy for Clone(). Implementations copy all owned state, deep-clone children and copy unknown-XML islands.