[]
Represents a mark (start or end) for ContentRange objects like bookmarks or comments. Derived classes include CommentStart, CommentEnd, CommentReference, BookmarkStart, BookmarkEnd, FieldChar, EditableRangeStartand EditableRangeEnd.
public class ContentMark : ContentObject
Public Class ContentMark
Inherits ContentObject
Name | Description |
---|---|
Owner | Gets the parent ContentRange object the start or end of which the current mark represents. |
Name | Description |
---|---|
Delete() | Overridden. This method always throws an exception, because a ContentMark cannot be deleted - it is deleted automatically with its owner. |