[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentRange

ContentRange Class

Abstract base class representing content with floating start and end marks. This allows the range to start inside one ContentObject and end in another, which is useful for bookmarks, comments etc.

Derived classes include Section Comment, Bookmark, ComplexField and EditableRange.

Inheritance
ContentRange
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public abstract class ContentRange
Public MustInherit Class ContentRange

Properties

Name Description
Children

Gets the child ContentObjects in this content range.

Document

Gets the DocumentBase that contains this content.

End

Gets the end mark of this content.

ParentBody

Gets the parent Body of this content.

Start

Gets the start mark of this content.

Methods

Name Description
Delete()

Deletes this content from the parent Body.

GetRange()

Creates and returns a Range object representing this content in the body.

ToString()

Gets string representation of the content.