[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RangeLocation

RangeLocation Enum

Determines the position where to insert a new ContentRange or get a part of the specified range.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum RangeLocation
Public Enum RangeLocation

Fields

Name Description
After

Specifies an empty range immediately after the specified range.

Before

Specifies an empty range immediately before the specified range.

Content

Specifies a range that extends from the Start of the specified range to its End.

Note that any inserted content will be included in the specified range.

End

Specifies an empty range at the end of the specified range.

Start

Specifies an empty range at the start of the specified range.

Whole

Specifies a range that includes the whole specified range from its Before to its After position (i.e. from the position immediately before to the position immediately after the range).

Note that any inserted content will not be included in the specified range.