IInterval
Purpose
This type describes the span of a substring in the source text of a document.
Properties
Name | Type | Permissions | Value |
---|---|---|---|
StartPos() | int | Read | The start position of the text span. |
EndPos() | int | Read | The end position of the text span. |
4/12/2024 6:16:02 PM