ChartTitle
ChartTitle
Overview
ChartTitle 是Python的Aspose.Slides FOSS中的一个类. 继承人: IChartTitle.
表示图表标题属性.
这个类提供了一个方法,用于在Python程序中使用ChartTitle 对象. 有的方法包括: add_text_frame_for_overriding. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: actual_height, actual_width, actual_x, actual_y, as_i_chart_component, as_i_presentation_component,另外还有14个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
overlay | bool | 阅读/写作 | 获得或设置覆盖. |
text_frame_for_overriding | 'ITextFrame' | Read | 返回重置文本框,或如果未设置则是无. |
text_format | `` | Read | 得到文本格式. |
format | `` | Read | 得到了格式. |
x | float | 阅读/写作 | 得到或设置x. |
y | float | 阅读/写作 | 得到或设置y. |
width | float | 阅读/写作 | 得到或设置宽度. |
height | float | 阅读/写作 | 得到或设置高度. |
right | float | Read | 得到了正确的. |
bottom | float | Read | 得到了底部. |
as_i_chart_component | IChartComponent | Read | 允许获得基本的 IChartComponent 接口. |
chart | IChart | Read | 得到了图表. |
as_i_slide_component | ISlideComponent | Read | 得到了作为i滑动组件. |
slide | IBaseSlide | Read | 得到了滑梯. |
as_i_presentation_component | IPresentationComponent | Read | 得到了作为i的表达组件. |
presentation | IPresentation | Read | 得到了演示. |
actual_x | float | Read | 指定图表元素的实际x位置 (左) 与图片上角左右. |
actual_y | float | Read | 指定图表元素的实际顶部与图片上左角相对. |
actual_width | float | Read | 指定图表元素的实际宽度. |
actual_height | float | Read | 指定图表元素的实际高度. |
Methods
| Signature | Description |
|---|---|
add_text_frame_for_overriding(text) → 'ITextFrame' | 创建或用初始文本替换重点的文字框. |