DataTable
Inheritance: java.lang.Object, com.aspose.slides.DomObject
All Implemented Interfaces: com.aspose.slides.IDataTable
public class DataTable extends DomObject<Chart> implements IDataTable
Represents data table properties.
Methods
Method | Description |
---|---|
getFormat() | Returns the line, fill, and effect styles of an object. |
hasBorderHorizontal() | True if the chart data table has horizontal cell borders. |
setBorderHorizontal(boolean value) | True if the chart data table has horizontal cell borders. |
hasBorderOutline() | True if the chart data table has outline borders. |
setBorderOutline(boolean value) | True if the chart data table has outline borders. |
hasBorderVertical() | True if the chart data table has vertical cell borders. |
setBorderVertical(boolean value) | True if the chart data table has vertical cell borders. |
getShowLegendKey() | True if the data label legend key is visible. |
setShowLegendKey(boolean value) | True if the data label legend key is visible. |
getChart() | Returns chart. |
getTextFormat() | Returns text format. |
getSlide() | Returns the parent slide of a FillFormat. |
getPresentation() | Returns the parent presentation of a FillFormat. |
getFormat()
public final IFormat getFormat()
Returns the line, fill, and effect styles of an object. Read-only IFormat.
Returns: IFormat
hasBorderHorizontal()
public final boolean hasBorderHorizontal()
True if the chart data table has horizontal cell borders. Read/write boolean.
Returns: boolean
setBorderHorizontal(boolean value)
public final void setBorderHorizontal(boolean value)
True if the chart data table has horizontal cell borders. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
hasBorderOutline()
public final boolean hasBorderOutline()
True if the chart data table has outline borders. Read/write boolean.
Returns: boolean
setBorderOutline(boolean value)
public final void setBorderOutline(boolean value)
True if the chart data table has outline borders. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
hasBorderVertical()
public final boolean hasBorderVertical()
True if the chart data table has vertical cell borders. Read/write boolean.
Returns: boolean
setBorderVertical(boolean value)
public final void setBorderVertical(boolean value)
True if the chart data table has vertical cell borders. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getShowLegendKey()
public final boolean getShowLegendKey()
True if the data label legend key is visible. Read/write boolean.
Returns: boolean
setShowLegendKey(boolean value)
public final void setShowLegendKey(boolean value)
True if the data label legend key is visible. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getChart()
public final IChart getChart()
Returns chart. Read-only IChart.
Returns: IChart
getTextFormat()
public final IChartTextFormat getTextFormat()
Returns text format. Read-only IChartTextFormat.
Returns: IChartTextFormat
getSlide()
public final IBaseSlide getSlide()
Returns the parent slide of a FillFormat. Read-only BaseSlide.
Returns: IBaseSlide
getPresentation()
public final IPresentation getPresentation()
Returns the parent presentation of a FillFormat. Read-only IPresentation.
Returns: IPresentation