public class DataTable extends DomObject<Chart> implements IDataTable
Represents data table properties.
| Modifier and Type | Method and Description |
|---|---|
IChart |
getChart()
Returns chart.
|
IFormat |
getFormat()
Returns the line, fill, and effect styles of an object.
|
IPresentation |
getPresentation()
Returns the parent presentation of a FillFormat.
|
boolean |
getShowLegendKey()
True if the data label legend key is visible.
|
IBaseSlide |
getSlide()
Returns the parent slide of a FillFormat.
|
IChartTextFormat |
getTextFormat()
Returns text format.
|
boolean |
hasBorderHorizontal()
True if the chart data table has horizontal cell borders.
|
boolean |
hasBorderOutline()
True if the chart data table has outline borders.
|
boolean |
hasBorderVertical()
True if the chart data table has vertical cell borders.
|
void |
setBorderHorizontal(boolean value)
True if the chart data table has horizontal cell borders.
|
void |
setBorderOutline(boolean value)
True if the chart data table has outline borders.
|
void |
setBorderVertical(boolean value)
True if the chart data table has vertical cell borders.
|
void |
setShowLegendKey(boolean value)
True if the data label legend key is visible.
|
getParent_Immediatepublic final IFormat getFormat()
Returns the line, fill, and effect styles of an object.
Read-only IFormat.
getFormat in interface IDataTablepublic final boolean hasBorderHorizontal()
True if the chart data table has horizontal cell borders.
Read/write boolean.
hasBorderHorizontal in interface IDataTablepublic final void setBorderHorizontal(boolean value)
True if the chart data table has horizontal cell borders.
Read/write boolean.
setBorderHorizontal in interface IDataTablepublic final boolean hasBorderOutline()
True if the chart data table has outline borders.
Read/write boolean.
hasBorderOutline in interface IDataTablepublic final void setBorderOutline(boolean value)
True if the chart data table has outline borders.
Read/write boolean.
setBorderOutline in interface IDataTablepublic final boolean hasBorderVertical()
True if the chart data table has vertical cell borders.
Read/write boolean.
hasBorderVertical in interface IDataTablepublic final void setBorderVertical(boolean value)
True if the chart data table has vertical cell borders.
Read/write boolean.
setBorderVertical in interface IDataTablepublic final boolean getShowLegendKey()
True if the data label legend key is visible.
Read/write boolean.
getShowLegendKey in interface IDataTablepublic final void setShowLegendKey(boolean value)
True if the data label legend key is visible.
Read/write boolean.
setShowLegendKey in interface IDataTablepublic final IChart getChart()
Returns chart.
Read-only IChart.
getChart in interface IChartComponentpublic final IChartTextFormat getTextFormat()
Returns text format.
Read-only IChartTextFormat.
getTextFormat in interface IFormattedTextContainerpublic final IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide.
getSlide in interface ISlideComponentpublic final IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation.
getPresentation in interface IPresentationComponentCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.