PowerPoint.Interfaces.ShapeLoadOptions interface

表示幻灯片中的单个形状。

注解

[ API 集:PowerPointApi 1.3 ]

属性

$all

$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。

fill

返回此形状的填充格式。

height

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

id

获取形状的唯一 ID。

left

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

lineFormat

返回此形状的线条格式。

name

指定此形状的名称。

textFrame

返回此形状的文本框对象。

top

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

type

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

width

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

属性详细信息

$all

$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

fill

返回此形状的填充格式。

fill?: PowerPoint.Interfaces.ShapeFillLoadOptions;

属性值

注解

[ API 集:PowerPointApi 1.4 ]

height

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

height?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.4 ]

id

获取形状的唯一 ID。

id?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.3 ]

left

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

left?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.4 ]

lineFormat

返回此形状的线条格式。

lineFormat?: PowerPoint.Interfaces.ShapeLineFormatLoadOptions;

属性值

注解

[ API 集:PowerPointApi 1.4 ]

name

指定此形状的名称。

name?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.4 ]

textFrame

返回此形状的文本框对象。

textFrame?: PowerPoint.Interfaces.TextFrameLoadOptions;

属性值

注解

[ API 集:PowerPointApi 1.4 ]

top

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

top?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.4 ]

type

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

type?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.4 ]

width

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

width?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.4 ]