DataTable

DataTable class

Represents data table properties.

getChart

NameDescription
getChart ()Returns chart. Read-only IChart.

Returns: Chart


getFormat

NameDescription
getFormat ()Returns the line, fill, and effect styles of an object. Read-only IFormat.

Returns: Format


getPresentation

NameDescription
getPresentation ()Returns the parent presentation of a FillFormat. Read-only IPresentation.

Returns: Presentation


getShowLegendKey

NameDescription
getShowLegendKey ()True if the data label legend key is visible. Read/write boolean.

Returns: boolean


getSlide

NameDescription
getSlide ()Returns the parent slide of a FillFormat. Read-only BaseSlide.

Returns: MasterHandoutSlide, BaseSlide, LayoutSlide, Slide, MasterSlide, NotesSlide, MasterNotesSlide


getTextFormat

NameDescription
getTextFormat ()Returns text format. Read-only IChartTextFormat.

Returns: ChartTextFormat


hasBorderHorizontal

NameDescription
hasBorderHorizontal ()True if the chart data table has horizontal cell borders. Read/write boolean.

Returns: boolean


hasBorderOutline

NameDescription
hasBorderOutline ()True if the chart data table has outline borders. Read/write boolean.

Returns: boolean


hasBorderVertical

NameDescription
hasBorderVertical ()True if the chart data table has vertical cell borders. Read/write boolean.

Returns: boolean


setBorderHorizontal

NameDescription
setBorderHorizontal (boolean)True if the chart data table has horizontal cell borders. Read/write boolean.

Returns: void


setBorderOutline

NameDescription
setBorderOutline (boolean)True if the chart data table has outline borders. Read/write boolean.

Returns: void


setBorderVertical

NameDescription
setBorderVertical (boolean)True if the chart data table has vertical cell borders. Read/write boolean.

Returns: void


setShowLegendKey

NameDescription
setShowLegendKey (boolean)True if the data label legend key is visible. Read/write boolean.

Returns: void