[]
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.
public abstract class ContentRange
Public MustInherit Class ContentRange
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. |
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. |