[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentMark

ContentMark Class

Represents a mark (start or end) for ContentRange objects like bookmarks or comments. Derived classes include CommentStart, CommentEnd, CommentReference, BookmarkStart, BookmarkEnd, FieldChar, EditableRangeStartand EditableRangeEnd.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class ContentMark : ContentObject
Public Class ContentMark
    Inherits ContentObject

Properties

Name Description
Owner

Gets the parent ContentRange object the start or end of which the current mark represents.

Methods

Name Description
Delete()

Overridden. This method always throws an exception, because a ContentMark cannot be deleted - it is deleted automatically with its owner.