OneNote.Interfaces.InkAnalysisLineCollectionLoadOptions interface

表示 InkAnalysisLine 对象的集合。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

id

对于集合中的每个项目: 获取 InkAnalysisLine 对象的 ID。 只读。

paragraph

对于集合中的每个项:引用父 InkAnalysisParagraph。

words

For EACH ITEM in the collection:获取此墨迹分析行中的墨迹分析字。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

id

对于集合中的每个项目: 获取 InkAnalysisLine 对象的 ID。 只读。

id?: boolean;

属性值

boolean

注解

API 集:OneNoteApi 1.1

paragraph

对于集合中的每个项:引用父 InkAnalysisParagraph。

paragraph?: OneNote.Interfaces.InkAnalysisParagraphLoadOptions;

属性值

注解

API 集:OneNoteApi 1.1

words

For EACH ITEM in the collection:获取此墨迹分析行中的墨迹分析字。

words?: OneNote.Interfaces.InkAnalysisWordCollectionLoadOptions;

属性值

注解

API 集:OneNoteApi 1.1