com.aspose.slides
Interface IDataTable

All Superinterfaces:
IChartComponent, IFormattedTextContainer
All Known Implementing Classes:
DataTable

public interface IDataTable
extends IChartComponent, IFormattedTextContainer

Represents data table properties.


Method Summary
 IFormat getFormat()
           
 boolean getShowLegendKey()
           
 boolean hasBorderHorizontal()
           
 void hasBorderHorizontal(boolean value)
           
 boolean hasBorderOutline()
           
 void hasBorderOutline(boolean value)
           
 boolean hasBorderVertical()
           
 void hasBorderVertical(boolean value)
           
 void setShowLegendKey(boolean value)
           
 
Methods inherited from interface com.aspose.slides.IChartComponent
getChart
 
Methods inherited from interface com.aspose.slides.IFormattedTextContainer
getTextFormat
 

Method Detail

getFormat

IFormat getFormat()

hasBorderHorizontal

boolean hasBorderHorizontal()

hasBorderHorizontal

void hasBorderHorizontal(boolean value)

hasBorderOutline

boolean hasBorderOutline()

hasBorderOutline

void hasBorderOutline(boolean value)

hasBorderVertical

boolean hasBorderVertical()

hasBorderVertical

void hasBorderVertical(boolean value)

getShowLegendKey

boolean getShowLegendKey()

setShowLegendKey

void setShowLegendKey(boolean value)