PowerPoint.Interfaces.MarginsData interface

一个接口,用于描述通过调用 margins.toJSON()返回的数据。

注解

使用方

属性

bottom

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

left

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

right

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

top

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

属性详细信息

bottom

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

bottom?: number | undefined;

属性值

number | undefined

注解

API 集:PowerPointApi 1.9

left

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

left?: number | undefined;

属性值

number | undefined

注解

API 集:PowerPointApi 1.9

right

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

right?: number | undefined;

属性值

number | undefined

注解

API 集:PowerPointApi 1.9

top

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

top?: number | undefined;

属性值

number | undefined

注解

API 集:PowerPointApi 1.9