你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentLine interface

内容行对象,由相邻的内容元素序列(如字词和选择标记)组成。

Extends

属性

content

按读取顺序连接包含的元素的内容。

spans

阅读顺序中串联内容的行的位置。

words

DocumentWord计算与此行相关的 。

此函数生成一个惰性迭代器,该迭代器将在计算下一个单词之前生成一个单词。

继承属性

polygon

实体的边界多边形。

属性详细信息

content

按读取顺序连接包含的元素的内容。

content: string

属性值

string

spans

阅读顺序中串联内容的行的位置。

spans: DocumentSpan[]

属性值

words

DocumentWord计算与此行相关的 。

此函数生成一个惰性迭代器,该迭代器将在计算下一个单词之前生成一个单词。

words: () => IterableIterator<DocumentWord>

属性值

() => IterableIterator<DocumentWord>

继承属性详细信息

polygon

实体的边界多边形。

polygon?: Point2D[]

属性值

继承自HasBoundingPolygon.polygon