The following tables list the members exposed by DocumentSpan.
Name | Description | |
---|---|---|
DocumentSpan Constructor | Instantiates a new DocumentSpan |
Name | Description | |
---|---|---|
All | Returns a span that represents all the text. |
Name | Description | |
---|---|---|
Contains | Overloaded. Determines if a span is completely contained within this span. | |
Equals | Overloaded. Determines if a structure is equatable to this one. | |
GetHashCode | Returns the hash code of the structure. | |
Intersection | Returns a span that contains just the intersect between this span and another. | |
IntersectsWith | Indicates whether the span intersects with the specified span. | |
OffsetBy | Returns a new DocumentSpan whose Offset is this span's Offset with the specified delta added to it. | |
Overlap | Returns a span that contains just the overlap between this span and another. | |
OverlapsWith | Indicates whether the span overlaps with the specified span. | |
ToString | Returns the string representation of this object. |
Equality | Compares the values of two DocumentSpan structures for equality |
Greater Than | Compares the relative values of two DocumentSpan structures |
Inequality | Compares the values of two DocumentSpan structures for inequality |
Less Than | Compares the relative values of two DocumentSpan structures |