PowerPoint.Interfaces.ShapeData interface

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

属性

height

指定形状的高度(以磅为单位)。 InvalidArgument使用负值设置时引发异常。

id

获取形状的唯一 ID。

left

从形状左侧到幻灯片左侧的距离(以磅为单位)。

name

指定此形状的名称。

top

从形状的上边缘到幻灯片上边缘的距离(以磅为单位)。

type

返回此形状的类型。 有关详细信息,请参阅 PowerPoint.ShapeType

width

指定形状的宽度(以磅为单位)。 InvalidArgument使用负值设置时引发异常。

属性详细信息

height

指定形状的高度(以磅为单位)。 InvalidArgument使用负值设置时引发异常。

height?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.4 ]

id

获取形状的唯一 ID。

id?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.3 ]

left

从形状左侧到幻灯片左侧的距离(以磅为单位)。

left?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.4 ]

name

指定此形状的名称。

name?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.4 ]

top

从形状的上边缘到幻灯片上边缘的距离(以磅为单位)。

top?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.4 ]

type

返回此形状的类型。 有关详细信息,请参阅 PowerPoint.ShapeType

type?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table";

属性值

PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line" | "Table"

注解

[ API 集:PowerPointApi 1.4 ]

width

指定形状的宽度(以磅为单位)。 InvalidArgument使用负值设置时引发异常。

width?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.4 ]