PowerPoint.Interfaces.MarginsUpdateData interface

用于更新对象上的 Margins 数据的接口,用于 在 中使用 margins.set({ ... })

属性

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 ]