|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataTable
Represents data table properties.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.aspose.slides.IFormattedTextContainer |
---|
getTextFormat |
Methods inherited from interface com.aspose.slides.IChartComponent |
---|
getChart |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |