public class DataTable extends java.lang.Object 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.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate 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.
|
public IFormat getFormat()
Returns the line, fill, and effect styles of an object.
Read-only IFormat.
getFormat in interface IDataTablepublic boolean hasBorderHorizontal()
True if the chart data table has horizontal cell borders.
Read/write boolean.
hasBorderHorizontal in interface IDataTablepublic void setBorderHorizontal(boolean value)
True if the chart data table has horizontal cell borders.
Read/write boolean.
setBorderHorizontal in interface IDataTablepublic boolean hasBorderOutline()
True if the chart data table has outline borders.
Read/write boolean.
hasBorderOutline in interface IDataTablepublic void setBorderOutline(boolean value)
True if the chart data table has outline borders.
Read/write boolean.
setBorderOutline in interface IDataTablepublic boolean hasBorderVertical()
True if the chart data table has vertical cell borders.
Read/write boolean.
hasBorderVertical in interface IDataTablepublic void setBorderVertical(boolean value)
True if the chart data table has vertical cell borders.
Read/write boolean.
setBorderVertical in interface IDataTablepublic boolean getShowLegendKey()
True if the data label legend key is visible.
Read/write boolean.
getShowLegendKey in interface IDataTablepublic void setShowLegendKey(boolean value)
True if the data label legend key is visible.
Read/write boolean.
setShowLegendKey in interface IDataTablepublic com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
public IChart getChart()
Returns chart.
Read-only IChart.
getChart in interface IChartComponentpublic final IChartTextFormat getTextFormat()
Returns text format.
Read-only IChartTextFormat.
getTextFormat in interface IFormattedTextContainerpublic IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide.
getSlide in interface ISlideComponentpublic IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation.
getPresentation in interface IPresentationComponent