public interface IDataTable extends IFormattedTextContainer
Represents data table properties.
Modifier and Type | Method and Description |
---|---|
IFormat |
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.
|
boolean |
hasBorderOutline()
True if the chart data table has outline borders.
|
boolean |
hasBorderVertical()
True if the chart data table has vertical cell borders.
|
void |
setBorderHorizontal(boolean value)
True if the chart data table has horizontal cell borders.
|
void |
setBorderOutline(boolean value)
True if the chart data table has outline borders.
|
void |
setBorderVertical(boolean value)
True if the chart data table has vertical cell borders.
|
void |
setShowLegendKey(boolean value)
True if the data label legend key is visible.
|
getTextFormat
getChart
getSlide
getPresentation
IFormat getFormat()
Returns the line, fill, and effect styles of an object.
Read-only IFormat
.
boolean hasBorderHorizontal()
True if the chart data table has horizontal cell borders.
Read/write boolean
.
void setBorderHorizontal(boolean value)
True if the chart data table has horizontal cell borders.
Read/write boolean
.
boolean hasBorderOutline()
True if the chart data table has outline borders.
Read/write boolean
.
void setBorderOutline(boolean value)
True if the chart data table has outline borders.
Read/write boolean
.
boolean hasBorderVertical()
True if the chart data table has vertical cell borders.
Read/write boolean
.
void setBorderVertical(boolean value)
True if the chart data table has vertical cell borders.
Read/write boolean
.
boolean getShowLegendKey()
True if the data label legend key is visible.
Read/write boolean
.
void setShowLegendKey(boolean value)
True if the data label legend key is visible.
Read/write boolean
.