BulletFormat
BulletFormat
概述
BulletFormat 是Python的Aspose.Slides FOSS中的一个类. 继承人: PVIObject, ISlideComponent, IPresentationComponent.
表示段子中的图片格式化属性.
特性: as_i_presentation_component, char, color, font, height, is_bullet_hard_color,另外7个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
type | BulletType | 阅读/写作 | 返回或设置没有继承的段落的弹丸类型. |
char | str | 阅读/写作 | 返回或设置一个段落的无继承项. |
font | IFontData | 阅读/写作 | 返回或设置一个段落的无继承字体. |
height | float | 阅读/写作 | 返回或设置一个段落的高度,没有继承. |
color | IColorFormat | 阅读 | 返回没有继承的段落中弹子的颜色格式. |
numbered_bullet_start_with | int | 阅读/写作 | 返回或设置第一个用于无继承的编号子弹组的数字. |
numbered_bullet_style | NumberedBulletStyle | 阅读/写作 | 返回或设置无继承的编号子弹的样式. |
is_bullet_hard_color | NullableBool | 阅读/写作 | 确定子弹是否具有自己的颜色,还是继承了该段落的第一部分. |
is_bullet_hard_font | NullableBool | 阅读/写作 | 确定弹子是否具有自己的字体或是继承了该段的第一部分. |
picture | ISlidesPicture | 阅读 | 返回没有继承的段落中作为弹子使用的图片. |
as_i_presentation_component | IPresentationComponent | 阅读 | 允许获得基本的 IPresentationComponent 接口. |
slide | IBaseSlide | 阅读 | 获取幻灯片。. |
presentation | IPresentation | 阅读 | 获取表示。. |