ChartTitle
Vue de l’ensemble
‘ChartTitle’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘IChartTithle’.
Il représente les propriétés du titre.
Cette classe fournit 1 méthode pour travailler avec des objets de ChartTitle dans les programmes Python. Les méthodes disponibles comprennent: add_text_frame_for_overriding. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation du pack Aspose.Slides FOSS pour Pyton. Propriétés: ‘actual_height’, ’ actual_width’, actual _x, ‘real_y , 'as_i_chart_component et 14 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
overlay | bool | Read/Write | Gets or sets the overlay. |
text_frame_for_overriding | 'ITextFrame' | Read | Returns the overriding text frame, or None if not set. |
text_format | `` | Read | Gets the text format. |
format | `` | Read | Gets the format. |
x | float | Read/Write | Gets or sets the x. |
y | float | Read/Write | Gets or sets the y. |
width | float | Read/Write | Gets or sets the width. |
height | float | Read/Write | Gets or sets the height. |
right | float | Read | Gets the right. |
bottom | float | Read | Gets the bottom. |
as_i_chart_component | IChartComponent | Read | Allows to get base IChartComponent interface. |
chart | IChart | Read | Gets the chart. |
as_i_slide_component | ISlideComponent | Read | Gets the as i slide component. |
slide | IBaseSlide | Read | Gets the slide. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
presentation | IPresentation | Read | Gets the presentation. |
actual_x | float | Read | Specifies actual x location (left) of the chart element relative to the left top corner of the chart. |
actual_y | float | Read | Specifies actual top of the chart element relative to the left top corner of the chart. |
actual_width | float | Read | Specifies actual width of the chart element. |
actual_height | float | Read | Specifies actual height of the chart element. |
méthodes
| Signature | Description |
|---|---|
add_text_frame_for_overriding(text) → 'ITextFrame' | Create or replace the overriding text frame with initial text. |
Voir aussi
- Aspose.Slides - référence API d’entreprise