接口 IDataTable
public interface IDataTable
-
方法概要
修饰符和类型方法说明void
delete()
删除对象。getFont()
返回表示指定对象字体的IFontFormat
对象。返回IChartFormat
对象。boolean
获取图表数据表是否具有水平单元格边框。boolean
获取图表数据表是否具有轮廓边框。boolean
获取图表数据表是否具有垂直单元格边框。返回数据表的父级IChart
。boolean
获取数据标签图例键是否可见。void
setHasBorderHorizontal
(boolean value) 设置图表数据表是否具有水平单元格边框。void
setHasBorderOutline
(boolean value) 设置图表数据表是否具有轮廓边框。void
setHasBorderVertical
(boolean value) 设置图表数据表是否具有垂直单元格边框。void
setShowLegendKey
(boolean value) 设置数据标签图例键是否可见。
-
方法详细资料
-
getFont
IFontFormat getFont()返回表示指定对象字体的IFontFormat
对象。 -
getFormat
IChartFormat getFormat()返回IChartFormat
对象。 -
getParent
IChart getParent()返回数据表的父级IChart
。 -
getShowLegendKey
boolean getShowLegendKey()获取数据标签图例键是否可见。默认值为true。 -
setShowLegendKey
void setShowLegendKey(boolean value) 设置数据标签图例键是否可见。 -
getHasBorderHorizontal
boolean getHasBorderHorizontal()获取图表数据表是否具有水平单元格边框。默认值为 true。 -
setHasBorderHorizontal
void setHasBorderHorizontal(boolean value) 设置图表数据表是否具有水平单元格边框。 -
getHasBorderVertical
boolean getHasBorderVertical()获取图表数据表是否具有垂直单元格边框。默认值为 true。 -
setHasBorderVertical
void setHasBorderVertical(boolean value) 设置图表数据表是否具有垂直单元格边框。 -
getHasBorderOutline
boolean getHasBorderOutline()获取图表数据表是否具有轮廓边框。默认值为 true。 -
setHasBorderOutline
void setHasBorderOutline(boolean value) 设置图表数据表是否具有轮廓边框。 -
delete
void delete()删除对象。
-