PowerPoint.Interfaces.MarginsLoadOptions interface

表示表格单元格的边距。

注解

[ API 集:PowerPointApi 1.9 ]

属性

$all

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

bottom

指定底部边距(以磅为单位)。

left

指定左边距(以磅为单位)。

right

指定右边距(以磅为单位)。

top

指定上边距(以磅为单位)。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

bottom

指定底部边距(以磅为单位)。

bottom?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.9 ]

left

指定左边距(以磅为单位)。

left?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.9 ]

right

指定右边距(以磅为单位)。

right?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.9 ]

top

指定上边距(以磅为单位)。

top?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.9 ]