OneNote.Interfaces.PageContentLoadOptions interface
表示在页面上包含顶级内容类型的地区,例如 Outline 或 Image。 可对 PageContent 对象分配一个 XY 位置。
注解
属性
$all |
|
id | 获取 PageContent 对象的 ID。 只读。 |
image | 获取 PageContent 对象中的 Image。 如果 PageContentType 不为 Image,则引发异常。 |
ink | 获取 PageContent 对象中的 Ink。 如果 PageContentType 不为 Ink,则引发异常。 |
left | 获取或设置 PageContent 对象的左边(X 轴)位置。 |
outline | 获取 PageContent 对象中的 Outline。 如果 PageContentType 不为 Outline,则引发异常。 |
parent |
获取包含 PageContent 对象的页面。 |
top | 获取或设置 PageContent 对象的顶部(Y 轴)位置。 |
type | 获取 PageContent 对象的类型。 只读。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
id
image
获取 PageContent 对象中的 Image。 如果 PageContentType 不为 Image,则引发异常。
image?: OneNote.Interfaces.ImageLoadOptions;
属性值
注解
ink
获取 PageContent 对象中的 Ink。 如果 PageContentType 不为 Ink,则引发异常。
ink?: OneNote.Interfaces.FloatingInkLoadOptions;
属性值
注解
left
outline
获取 PageContent 对象中的 Outline。 如果 PageContentType 不为 Outline,则引发异常。
outline?: OneNote.Interfaces.OutlineLoadOptions;
属性值
注解
parentPage
获取包含 PageContent 对象的页面。
parentPage?: OneNote.Interfaces.PageLoadOptions;