OneNote.Interfaces.PageContentCollectionLoadOptions interface
作为 PageContent 对象的集合,表示页面的内容。
注解
属性
$all |
|
id | 对于集合中的每个项:获取 PageContent 对象的 ID。 只读。 |
image | 对于集合中的每个项:获取 PageContent 对象中的图像。 如果 PageContentType 不是 Image,则引发异常。 |
ink | 对于集合中的每个项:获取 PageContent 对象中的墨迹。 如果 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 对象中的图像。 如果 PageContentType 不是 Image,则引发异常。
image?: OneNote.Interfaces.ImageLoadOptions;
属性值
注解
ink
对于集合中的每个项:获取 PageContent 对象中的墨迹。 如果 PageContentType 不是 Ink,则引发异常。
ink?: OneNote.Interfaces.FloatingInkLoadOptions;
属性值
注解
left
outline
对于集合中的每个项:获取 PageContent 对象中的 Outline。 如果 PageContentType 不是 Outline,则引发异常。
outline?: OneNote.Interfaces.OutlineLoadOptions;
属性值
注解
parentPage
对于集合中的每个项:获取包含 PageContent 对象的页面。
parentPage?: OneNote.Interfaces.PageLoadOptions;