PowerPoint.Interfaces.BulletFormatUpdateData interface

用于更新对象上的 BulletFormat 数据的接口,用于 在 中使用 bulletFormat.set({ ... })

属性

visible

指定段落中的项目符号是否可见。 null如果 PowerPoint.TextRange 包含具有不同项目符号可见性值的文本片段,则返回 。

属性详细信息

visible

指定段落中的项目符号是否可见。 null如果 PowerPoint.TextRange 包含具有不同项目符号可见性值的文本片段,则返回 。

visible?: boolean | null;

属性值

boolean | null

注解

[ API 集:PowerPointApi 1.4 ]