com.aspose.slides
Class DataTableEx

java.lang.Object
  extended by com.aspose.slides.DataTableEx

public class DataTableEx
extends java.lang.Object

Represents data table properties.


Method Summary
 FormatEx getFormat()
           Returns the line, fill, and effect styles of an object.
 boolean getShowLegendKey()
           True if the data label legend key is visible.
 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 FormatEx getFormat()

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


hasBorderHorizontal

public boolean hasBorderHorizontal()

True if the chart data table has horizontal cell borders.


hasBorderHorizontal

public void hasBorderHorizontal(boolean value)

hasBorderOutline

public boolean hasBorderOutline()

True if the chart data table has outline borders.


hasBorderOutline

public void hasBorderOutline(boolean value)

hasBorderVertical

public boolean hasBorderVertical()

True if the chart data table has vertical cell borders.


hasBorderVertical

public void hasBorderVertical(boolean value)

getShowLegendKey

public boolean getShowLegendKey()

True if the data label legend key is visible.


setShowLegendKey

public void setShowLegendKey(boolean value)