|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.DataTableEx
public class DataTableEx
Represents data table properties.
Method Summary | |
---|---|
FormatEx |
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. |
void |
hasBorderHorizontal(boolean value)
|
boolean |
hasBorderOutline()
True if the chart data table has outline borders. |
void |
hasBorderOutline(boolean value)
|
boolean |
hasBorderVertical()
True if the chart data table has vertical cell borders. |
void |
hasBorderVertical(boolean value)
|
void |
setShowLegendKey(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public FormatEx getFormat()
Returns the line, fill, and effect styles of an object.
public boolean hasBorderHorizontal()
True if the chart data table has horizontal cell borders.
public void hasBorderHorizontal(boolean value)
public boolean hasBorderOutline()
True if the chart data table has outline borders.
public void hasBorderOutline(boolean value)
public boolean hasBorderVertical()
True if the chart data table has vertical cell borders.
public void hasBorderVertical(boolean value)
public boolean getShowLegendKey()
True if the data label legend key is visible.
public void setShowLegendKey(boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |