PowerPoint.Interfaces.PlaceholderFormatLoadOptions interface

表示形状的 placeholder 属性。

属性

$all

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

containedType

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

type

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

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

containedType

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

containedType?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.8

type

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

type?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.8