DataTable

Overview

DataTable is a class in Aspose.Slides FOSS for Python. Inherits from: IDataTable.

Represents data table properties.

Properties: as_i_chart_component, as_i_presentation_component, as_i_slide_component, chart, has_border_horizontal, has_border_outline, and 5 more.

Properties

NameTypeAccessDescription
has_border_horizontalboolRead/WriteTrue if the chart data table has horizontal cell borders.
has_border_verticalboolRead/WriteTrue if the chart data table has vertical cell borders.
has_border_outlineboolRead/WriteTrue if the chart data table has outline borders.
show_legend_keyboolRead/WriteTrue if the data label legend key is visible.
chart``ReadReturns chart.
text_formatIChartTextFormatReadReturns chart text format.
as_i_chart_componentIChartComponentReadReturns IChartComponent interface.
as_i_slide_componentISlideComponentReadGets the as i slide component.
slideIBaseSlideReadGets the slide.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
presentationIPresentationReadGets the presentation.

See Also