Enum BookmarkInsertPosition
Where content is inserted relative to a bookmark.
public enum BookmarkInsertPosition
Fields
AtStart = 0Immediately after the start marker, so the inserted content is inside the bookmark.
AtEnd = 1Immediately before the end marker, so the inserted content is inside the bookmark.
Before = 2Immediately before the start marker, outside the bookmark.
After = 3Immediately after the end marker, outside the bookmark.