你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DocumentSpan interface
Contiguous region of the concatenated content property, specified as an offset and length.
Properties
length | Number of characters in the content represented by the span. |
offset | Zero-based index of the content represented by the span. |
Property Details
length
Number of characters in the content represented by the span.
length: number
Property Value
number
offset
Zero-based index of the content represented by the span.
offset: number
Property Value
number