PowerPoint.Interfaces.BulletFormatData interface
一个接口,用于描述通过调用 bulletFormat.toJSON()
返回的数据。
属性
visible | 指定段落中的项目符号是否可见。
|
属性详细信息
visible
指定段落中的项目符号是否可见。
null
如果 PowerPoint.TextRange 包含具有不同项目符号可见性值的文本片段,则返回 。
visible?: boolean | null;
属性值
boolean | null