LegendEntryProperties
LegendEntryProperties
Overview
LegendEntryProperties 是Python的Aspose.Slides FOSS中的一个类. 继承人: ILegendEntryProperties.
表示图表条目中的传奇属性.
特性: as_i_chart_component, as_i_presentation_component, as_i_slide_component, chart, hide, presentation,另外两个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
hide | bool | 阅读/写作 | 确定传奇条目是否隐藏. |
text_format | 'IChartTextFormat' | 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 | 得到了演示. |