Class BookmarkStart
A bookmark start marker (w:bookmarkStart, ECMA-376 Part 1 §17.13.6.2).
public sealed class BookmarkStart : Inline
- Inheritance
-
BookmarkStart
- Inherited Members
- Extension Methods
Constructors
- BookmarkStart(int, string)
Initializes a bookmark start.
Properties
- Id
Gets the bookmark id.
- Name
Gets the bookmark name.
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.