|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.DataTable
public class DataTable
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 |
---|
public IFormat getFormat()
Returns the line, fill, and effect styles of an object.
getFormat
in interface IDataTable
public boolean hasBorderHorizontal()
True if the chart data table has horizontal cell borders.
hasBorderHorizontal
in interface IDataTable
public void hasBorderHorizontal(boolean value)
hasBorderHorizontal
in interface IDataTable
public boolean hasBorderOutline()
True if the chart data table has outline borders.
hasBorderOutline
in interface IDataTable
public void hasBorderOutline(boolean value)
hasBorderOutline
in interface IDataTable
public boolean hasBorderVertical()
True if the chart data table has vertical cell borders.
hasBorderVertical
in interface IDataTable
public void hasBorderVertical(boolean value)
hasBorderVertical
in interface IDataTable
public boolean getShowLegendKey()
True if the data label legend key is visible.
getShowLegendKey
in interface IDataTable
public void setShowLegendKey(boolean value)
setShowLegendKey
in interface IDataTable
public IChart getChart()
getChart
in interface IChartComponent
public IChartTextFormat getTextFormat()
getTextFormat
in interface IFormattedTextContainer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |