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 IDataTable
public boolean hasBorderHorizontal()
True if the chart data table has horizontal cell borders.
Read/write boolean
.
hasBorderHorizontal
in interface IDataTable
public void setBorderHorizontal(boolean value)
True if the chart data table has horizontal cell borders.
Read/write boolean
.
setBorderHorizontal
in interface IDataTable
public boolean hasBorderOutline()
True if the chart data table has outline borders.
Read/write boolean
.
hasBorderOutline
in interface IDataTable
public void setBorderOutline(boolean value)
True if the chart data table has outline borders.
Read/write boolean
.
setBorderOutline
in interface IDataTable
public boolean hasBorderVertical()
True if the chart data table has vertical cell borders.
Read/write boolean
.
hasBorderVertical
in interface IDataTable
public void setBorderVertical(boolean value)
True if the chart data table has vertical cell borders.
Read/write boolean
.
setBorderVertical
in interface IDataTable
public boolean getShowLegendKey()
True if the data label legend key is visible.
Read/write boolean
.
getShowLegendKey
in interface IDataTable
public void setShowLegendKey(boolean value)
True if the data label legend key is visible.
Read/write boolean
.
setShowLegendKey
in interface IDataTable
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IChart getChart()
Returns chart.
Read-only IChart
.
getChart
in interface IChartComponent
public final IChartTextFormat getTextFormat()
Returns text format.
Read-only IChartTextFormat
.
getTextFormat
in interface IFormattedTextContainer
public IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent