PowerPoint.Interfaces.PlaceholderFormatLoadOptions interface

表示形状的属性 placeholder

注解

[ API 集:PowerPointApi 1.8 ]

属性

$all

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

containedType

获取占位符中包含的形状的类型。 有关详细信息,请参阅 PowerPoint.ShapeTypenull如果占位符为空,则返回 。

type

返回此占位符的类型。 有关详细信息,请参阅 PowerPoint.PlaceholderType

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

containedType

获取占位符中包含的形状的类型。 有关详细信息,请参阅 PowerPoint.ShapeTypenull如果占位符为空,则返回 。

containedType?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.8 ]

type

返回此占位符的类型。 有关详细信息,请参阅 PowerPoint.PlaceholderType

type?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.8 ]