OneNote.Interfaces.InkWordCollectionLoadOptions interface
表示 InkWord 对象的集合。
注解
属性
$all |
|
id | 对于集合中的每个项:获取 InkWord 对象的 ID。 只读。 |
language |
对于集合中的每个项:此墨迹词中识别的语言的 ID。 只读。 |
paragraph | 对于集合中的每个项:包含墨迹字的父段落。 |
word |
对于集合中的每个项:在此墨迹词中识别的单词,按可能性顺序排列。 只读。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
id
languageId
paragraph
对于集合中的每个项:包含墨迹字的父段落。
paragraph?: OneNote.Interfaces.ParagraphLoadOptions;
属性值
注解
wordAlternates
对于集合中的每个项:在此墨迹词中识别的单词,按可能性顺序排列。 只读。
wordAlternates?: boolean;
属性值
boolean