PowerPoint.Interfaces.MarginsLoadOptions interface

表示表格单元格的边距。

属性

$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