OneNote.Interfaces.PageCollectionLoadOptions interface
表示页面的集合。
属性
| $all | 指定加载选项将 |
| class |
对于集合中的每个项: 获取页面的 ClassNotebookPageSource。 |
| client |
对于集合中的每个项: 页面的客户端 URL。 只读。 |
| contents | 对于集合中的每个项目:页面上 PageContent 对象的集合。 只读 |
| id | 对于集合中的每个项: 获取页面的 ID。 只读。 |
| ink |
对于集合中的每个项目: 页面上墨迹的文本解释。 如果没有墨迹分析信息,则返回 null。 只读。 |
| page |
对于集合中的每个项目: 获取或设置页面的缩进级别。 |
| parent |
For EACH ITEM in the collection: 获取包含页面的部分。 |
| title | 对于集合中的每个项: 获取或设置页面标题。 |
| web |
对于集合中的每个项目: 页面的 Web URL。 只读 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
classNotebookPageSource
对于集合中的每个项: 获取页面的 ClassNotebookPageSource。
classNotebookPageSource?: boolean;
属性值
boolean
注解
clientUrl
contents
对于集合中的每个项目:页面上 PageContent 对象的集合。 只读
contents?: OneNote.Interfaces.PageContentCollectionLoadOptions;
属性值
注解
id
inkAnalysisOrNull
对于集合中的每个项目: 页面上墨迹的文本解释。 如果没有墨迹分析信息,则返回 null。 只读。
inkAnalysisOrNull?: OneNote.Interfaces.InkAnalysisLoadOptions;
属性值
注解
pageLevel
parentSection
For EACH ITEM in the collection: 获取包含页面的部分。
parentSection?: OneNote.Interfaces.SectionLoadOptions;