PowerPoint.TableCellMargins interface

表示表格单元格的边距。

注解

[ API 集:PowerPointApi 1.8 ]

属性

bottom

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

left

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

right

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

top

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

属性详细信息

bottom

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

bottom?: number | undefined;

属性值

number | undefined

注解

[ API 集:PowerPointApi 1.8 ]

left

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

left?: number | undefined;

属性值

number | undefined

注解

[ API 集:PowerPointApi 1.8 ]

right

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

right?: number | undefined;

属性值

number | undefined

注解

[ API 集:PowerPointApi 1.8 ]

top

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

top?: number | undefined;

属性值

number | undefined

注解

[ API 集:PowerPointApi 1.8 ]