com.aspose.slides
Class DataTable

java.lang.Object
  extended by com.aspose.slides.DataTable
All Implemented Interfaces:
IChartComponent, IDataTable, IFormattedTextContainer

public class DataTable
extends java.lang.Object
implements IDataTable

Represents data table properties.


Method Summary
 IChart getChart()
           
 IFormat getFormat()
           Returns the line, fill, and effect styles of an object.
 boolean getShowLegendKey()
           True if the data label legend key is visible.
 IChartTextFormat getTextFormat()
           
 boolean hasBorderHorizontal()
           True if the chart data table has horizontal cell borders.
 void hasBorderHorizontal(boolean value)
           
 boolean hasBorderOutline()
           True if the chart data table has outline borders.
 void hasBorderOutline(boolean value)
           
 boolean hasBorderVertical()
           True if the chart data table has vertical cell borders.
 void hasBorderVertical(boolean value)
           
 void setShowLegendKey(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormat

public IFormat getFormat()

Returns the line, fill, and effect styles of an object.

Specified by:
getFormat in interface IDataTable

hasBorderHorizontal

public boolean hasBorderHorizontal()

True if the chart data table has horizontal cell borders.

Specified by:
hasBorderHorizontal in interface IDataTable

hasBorderHorizontal

public void hasBorderHorizontal(boolean value)
Specified by:
hasBorderHorizontal in interface IDataTable

hasBorderOutline

public boolean hasBorderOutline()

True if the chart data table has outline borders.

Specified by:
hasBorderOutline in interface IDataTable

hasBorderOutline

public void hasBorderOutline(boolean value)
Specified by:
hasBorderOutline in interface IDataTable

hasBorderVertical

public boolean hasBorderVertical()

True if the chart data table has vertical cell borders.

Specified by:
hasBorderVertical in interface IDataTable

hasBorderVertical

public void hasBorderVertical(boolean value)
Specified by:
hasBorderVertical in interface IDataTable

getShowLegendKey

public boolean getShowLegendKey()

True if the data label legend key is visible.

Specified by:
getShowLegendKey in interface IDataTable

setShowLegendKey

public void setShowLegendKey(boolean value)
Specified by:
setShowLegendKey in interface IDataTable

getChart

public IChart getChart()
Specified by:
getChart in interface IChartComponent

getTextFormat

public IChartTextFormat getTextFormat()
Specified by:
getTextFormat in interface IFormattedTextContainer