![]() |
||
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 | |
---|---|
byte |
getBackgroundMode()
Gets the display mode of the background. |
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 |
isAutoScaleFont()
Check whether the text in the object changes font size when the object size changes. |
boolean |
isShowLegendKeys()
Gets whether the data label legend key is visible. |
void |
setAutoScaleFont(boolean isAutoScaleFont)
Set whether the text in the object changes font size when the object size changes. |
void |
setBackgroundMode(byte mode)
Sets the display mode of the background. |
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 |
---|
equals, 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 boolean isAutoScaleFont()
public void setAutoScaleFont(boolean isAutoScaleFont)
isAutoScaleFont
- true if the text in the object changes font size when the object size changes.public byte getBackgroundMode()
setBackgroundMode(byte)
public void setBackgroundMode(byte mode)
mode
- the display mode of the background. It could be one of following:
BackgroundMode.AUTOMATIC |
BackgroundMode.TRANSPARENT |
BackgroundMode.OPAQUE |
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 |