![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.ChartDataTable
public class ChartDataTable
Represents a chart data table.
Method Summary | |
---|---|
Line |
getBorder()
Gets a Line object that represents the border of the chart data table. |
Font |
getFont()
Gets a Font object which represents the font setting of the specified chart data table. |
boolean |
hasBorderHorizonal()
Indicates whether the chart data table has horizontal cell borders. |
boolean |
hasBorderOutline()
Indicates whether the chart data table has outline borders. |
boolean |
hasBorderVertical()
Indicates whether the chart data table has vertical cell borders. |
boolean |
isShowLegendKeys()
Gets whether the data label legend key is visible. |
void |
setBorderHorizonal(boolean hasBorderHorizonal)
Sets whether the chart data table has horizontal cell borders. |
void |
setBorderOutline(boolean hasBorderOutline)
Sets whether the chart data table has outline borders. |
void |
setBorderVertical(boolean hasBorderVertical)
Sets whether the chart data table has vertical cell borders. |
void |
setFont(Font font)
Sets a Font object which represents the font setting of the specified chart data table. |
void |
setShowLegendKeys(boolean isShowLegendKeys)
Sets whether the data label legend key is visible. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setBorderHorizonal(boolean hasBorderHorizonal)
hasBorderHorizonal
-
CellsException
- if chart has bean removed.public boolean hasBorderHorizonal()
CellsException
- if chart has bean removed.public void setBorderVertical(boolean hasBorderVertical)
hasBorderVertical
- whether the chart data table has vertical cell borders.
CellsException
- if chart has bean removed.public boolean hasBorderVertical()
CellsException
- if chart has bean removed.public void setBorderOutline(boolean hasBorderOutline)
hasBorderOutline
- whether the chart data table has outline borders.
CellsException
- if chart has bean removed.public boolean hasBorderOutline()
CellsException
- if chart has bean removed.public void setShowLegendKeys(boolean isShowLegendKeys)
isShowLegendKeys
- whether the data label legend key is visible.
CellsException
- if chart has bean removed.public boolean isShowLegendKeys()
CellsException
- if chart has bean removed.public Font getFont()
CellsException
- if chart has bean removed.public void setFont(Font font)
font
- a Font object
CellsException
- if chart has bean removed.public Line getBorder()
CellsException
- if chart has bean removed.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |