Visio.Interfaces.PageLoadOptions interface

表示 Page 类。

注解

[ API 集: 1.1 ]

属性

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

height

返回页面的高度。

index

页面的索引。

isBackground

页面是否为背景页。

name

页面名称。

view

返回页面的视图。

width

返回页面的宽度。

属性详细信息

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

$all?: boolean;

属性值

boolean

height

返回页面的高度。

height?: boolean;

属性值

boolean

注解

[ API 集: 1.1 ]

index

页面的索引。

index?: boolean;

属性值

boolean

注解

[ API 集: 1.1 ]

isBackground

页面是否为背景页。

isBackground?: boolean;

属性值

boolean

注解

[ API 集: 1.1 ]

name

页面名称。

name?: boolean;

属性值

boolean

注解

[ API 集: 1.1 ]

view

返回页面的视图。

view?: Visio.Interfaces.PageViewLoadOptions;

属性值

注解

[ API 集: 1.1 ]

width

返回页面的宽度。

width?: boolean;

属性值

boolean

注解

[ API 集: 1.1 ]