BulletFormat2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表项目符号的格式。
public interface class BulletFormat2 : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03B9-0000-0000-C000-000000000046")]
public interface BulletFormat2 : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03B9-0000-0000-C000-000000000046")>]
type BulletFormat2 = interface
interface _IMsoDispObj
Public Interface BulletFormat2
Implements _IMsoDispObj
- 属性
- 实现
属性
Application |
获取表示 对象的 BulletFormat2 对象。 只读。 |
Character |
获取或设置在指定文本中用作项目符号的 Unicode 字符值。 读/写。 |
Creator |
获取一个 32 位整数,该整数指示创建对象的应用程序 BulletFormat2 。 只读。 |
Font |
获取表示对象格式的 BulletFormat2 字体。 只读。 |
Number |
获取段落的项目符号数目。 只读。 |
Parent |
获取 对象的父级 BulletFormat2 。 只读。 |
RelativeSize |
返回或设置项目符号相对于段落中第一个文本字符的大小。 读/写。 |
StartValue |
获取或设置项目符号列表的开始值。 读/写。 |
Style |
返回或设置代表项目符号样式的常数。 读/写。 |
Type |
获取和设置代表项目符号类型的常数。 读/写。 |
UseTextColor |
确定是否将指定项目符号设置为段落中第一个文本字符的颜色。 读/写。 |
UseTextFont |
确定是否将指定项目符号设置为段落中第一个文本字符的字体。 读/写。 |
Visible |
获取或设置指定项目符号是否可见的值。 读/写。 |
方法
Picture(String) |
设置要用于项目符号列表中的项目符号的图形文件。 |