OneNote.Interfaces.NotebookLoadOptions interface
表示一个 OneNote 笔记本。 笔记本包含分区组合和分区。
属性
| $all | 指定加载选项将 |
| base |
此笔记本所在网站的 URL。 只读。 |
| client |
笔记本的客户端 URL。 只读。 |
| id | 获取笔记本的 ID。 只读。 |
| is |
如果笔记本不是由用户创建 (即“分区放错位置”) 则为 true。 只读。 |
| name | 获取笔记本的名称。 只读。 |
| section |
笔记本中的分区组。 只读。 |
| sections | 笔记本中的分区。 只读。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
baseUrl
clientUrl
id
isVirtual
name
sectionGroups
笔记本中的分区组。 只读。
sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;
属性值
注解
sections
笔记本中的分区。 只读。
sections?: OneNote.Interfaces.SectionCollectionLoadOptions;