IDataTable
All Implemented Interfaces: com.aspose.slides.IFormattedTextContainer
public interface IDataTable extends IFormattedTextContainer
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. |
getFormat()
public abstract IFormat getFormat()
Returns the line, fill, and effect styles of an object. Read-only IFormat.
Returns: IFormat
hasBorderHorizontal()
public abstract boolean hasBorderHorizontal()
True if the chart data table has horizontal cell borders. Read/write boolean.
Returns: boolean
setBorderHorizontal(boolean value)
public abstract 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 abstract boolean hasBorderOutline()
True if the chart data table has outline borders. Read/write boolean.
Returns: boolean
setBorderOutline(boolean value)
public abstract void setBorderOutline(boolean value)
True if the chart data table has outline borders. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
hasBorderVertical()
public abstract boolean hasBorderVertical()
True if the chart data table has vertical cell borders. Read/write boolean.
Returns: boolean
setBorderVertical(boolean value)
public abstract 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 abstract boolean getShowLegendKey()
True if the data label legend key is visible. Read/write boolean.
Returns: boolean
setShowLegendKey(boolean value)
public abstract void setShowLegendKey(boolean value)
True if the data label legend key is visible. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |