BulletType
BulletType 枚举
表示扩展项目符号的类型。
public enum BulletType : sbyte
值
| Name | Value | Description |
|---|---|---|
| NotDefined | -1 | |
| None | 0 | |
| Symbol | 1 | 符号项目符号。 |
| Numbered | 2 | 编号项目符号。 |
| Picture | 3 | 图片项目符号。 |
另见
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
表示扩展项目符号的类型。
public enum BulletType : sbyte
| Name | Value | Description |
|---|---|---|
| NotDefined | -1 | |
| None | 0 | |
| Symbol | 1 | 符号项目符号。 |
| Numbered | 2 | 编号项目符号。 |
| Picture | 3 | 图片项目符号。 |