PowerPoint.Interfaces.BulletFormatUpdateData interface
用于更新对象上的 BulletFormat
数据的接口,用于 在 中使用 bulletFormat.set({ ... })
。
属性
visible | 指定段落中的项目符号是否可见。 如果“TextRange”包含具有不同项目符号可见性值的文本片段,则返回“null”。 |
属性详细信息
visible
指定段落中的项目符号是否可见。 如果“TextRange”包含具有不同项目符号可见性值的文本片段,则返回“null”。
visible?: boolean;
属性值
boolean