Table of Contents

Enum BookmarkInsertPosition

Namespace
DocWright.Dom.Editing
Assembly
DocWright.Dom.dll

Where content is inserted relative to a bookmark.

public enum BookmarkInsertPosition

Fields

AtStart = 0

Immediately after the start marker, so the inserted content is inside the bookmark.

AtEnd = 1

Immediately before the end marker, so the inserted content is inside the bookmark.

Before = 2

Immediately before the start marker, outside the bookmark.

After = 3

Immediately after the end marker, outside the bookmark.