ChartTitle

Overview

ChartTitle is a class in Aspose.Slides FOSS for Python. Inherits from: IChartTitle.

Represents chart title properties.

This class provides 1 method for working with ChartTitle objects in Python programs. Available methods include: add_text_frame_for_overriding. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: actual_height, actual_width, actual_x, actual_y, as_i_chart_component, as_i_presentation_component, and 14 more.

Properties

NameTypeAccessDescription
overlayboolRead/WriteGets or sets the overlay.
text_frame_for_overriding'ITextFrame'ReadReturns the overriding text frame, or None if not set.
text_format``ReadGets the text format.
format``ReadGets the format.
xfloatRead/WriteGets or sets the x.
yfloatRead/WriteGets or sets the y.
widthfloatRead/WriteGets or sets the width.
heightfloatRead/WriteGets or sets the height.
rightfloatReadGets the right.
bottomfloatReadGets the bottom.
as_i_chart_componentIChartComponentReadAllows to get base IChartComponent interface.
chartIChartReadGets the chart.
as_i_slide_componentISlideComponentReadGets the as i slide component.
slideIBaseSlideReadGets the slide.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
presentationIPresentationReadGets the presentation.
actual_xfloatReadSpecifies actual x location (left) of the chart element relative to the left top corner of the chart.
actual_yfloatReadSpecifies actual top of the chart element relative to the left top corner of the chart.
actual_widthfloatReadSpecifies actual width of the chart element.
actual_heightfloatReadSpecifies actual height of the chart element.

Methods

SignatureDescription
add_text_frame_for_overriding(text)'ITextFrame'Create or replace the overriding text frame with initial text.

See Also