BulletFormat

BulletFormat

概述

BulletFormat 是Python的Aspose.Slides FOSS中的一个类. 继承人: PVIObject, ISlideComponent, IPresentationComponent.

表示段子中的图片格式化属性.

特性: as_i_presentation_component, char, color, font, height, is_bullet_hard_color,另外7个.

属性

名称:类型Access描述情况
typeBulletType阅读/写作返回或设置没有继承的段落的弹丸类型.
charstr阅读/写作返回或设置一个段落的无继承项.
fontIFontData阅读/写作返回或设置一个段落的无继承字体.
heightfloat阅读/写作返回或设置一个段落的高度,没有继承.
colorIColorFormat阅读返回没有继承的段落中弹子的颜色格式.
numbered_bullet_start_withint阅读/写作返回或设置第一个用于无继承的编号子弹组的数字.
numbered_bullet_styleNumberedBulletStyle阅读/写作返回或设置无继承的编号子弹的样式.
is_bullet_hard_colorNullableBool阅读/写作确定子弹是否具有自己的颜色,还是继承了该段落的第一部分.
is_bullet_hard_fontNullableBool阅读/写作确定弹子是否具有自己的字体或是继承了该段的第一部分.
pictureISlidesPicture阅读返回没有继承的段落中作为弹子使用的图片.
as_i_presentation_componentIPresentationComponent阅读允许获得基本的 IPresentationComponent 接口.
slideIBaseSlide阅读获取幻灯片。.
presentationIPresentation阅读获取表示。.

查看更多

 中文