The following tables list the members exposed by VersionedDocumentSpan.
Name | Description | |
---|---|---|
VersionedDocumentSpan Constructor | Overloaded. |
Name | Description | |
---|---|---|
End | Returns the end point of the span (read-only). | |
IsEmpty | Returns true if the length of the span is 0 (read-only). | |
Length | Returns the length of the text span (read-only). | |
Offset | Returns the zero-based offset from the beginning of the RichTextDocumentVersion (read-only). | |
Span | Returns the DocumentSpan structure (read-only). | |
Start | Returns the start of the span within the RichTextDocumentVersion (read-only). | |
Version | Returns the associated RichTextDocumentVersion (read-only). |
Name | Description | |
---|---|---|
Equals | Overloaded. Compares the specified object to this object to see if they are equivalent. | |
GetHashCode | Returns the hash code of the structure. | |
Intersection | Overloaded. Returns a span that contains just the intersection between this span and another. | |
IntersectsWith | Overloaded. Returns true is the span intersects with this span. | |
Overlap | Overloaded. Returns a span that contains just the overlap between this span and another. | |
OverlapsWith | Overloaded. Returns true is the span overlaps with this span. | |
TranslateTo | Translates the span from one version to another. |
Equality | Compares the values of two VersionedDocumentSpan structures for equality |
Implicit Type Conversion | Implicitly converts the VersionedDocumentSpan to a DocumentSpan. |
Inequality | Compares the values of two VersionedDocumentSpan structures for inequality |