|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartDataTable
public class XlsChartDataTable
Class create Xls chart Data table Object
| Constructor Summary | |
|---|---|
XlsChartDataTable(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
XlsChartDataTable |
deepClone(java.lang.Object parent)
Clone current Record. |
java.awt.Font |
generateNativeFont()
Generates .Net font object corresponding to the current font. |
ChartBackgroundMode |
getBackgroundMode()
Display mode of the background. |
java.awt.Color |
getColor()
Gets color. |
java.lang.String |
getFontName()
Returns or sets the font name. |
ExcelColors |
getKnownColor()
Returns or sets the primary color of the object. |
boolean |
getShowSeriesKeys()
Indicates whehter series keys in the data table. |
double |
getSize()
Returns or sets the size of the font. |
java.lang.String |
getStrikethroughType()
Represents the TextArea StrikethroughType |
FontUnderlineType |
getUnderline()
Returns or sets the type of underline applied to the font. |
FontVertialAlignmentType |
getVerticalAlignment()
Returns or sets font vertical alignment. |
boolean |
hasBorders()
Indicate whether data table has borders. |
void |
hasBorders(boolean value)
Indicate whether data table has borders. |
boolean |
hasHorzBorder()
Indicates whether data table has horizontal border. |
void |
hasHorzBorder(boolean value)
Indicates whether data table has horizontal border. |
boolean |
hasVertBorder()
Indicates whether data table has vertical border. |
void |
hasVertBorder(boolean value)
Indicates whether data table has vertical border. |
boolean |
isAutoColor()
Indicates whether color has automatic color. |
boolean |
isBold()
True if the font is bold. |
void |
isBold(boolean value)
True if the font is bold. |
boolean |
isItalic()
True if the font style is italic. |
void |
isItalic(boolean value)
True if the font style is italic. |
boolean |
isStrikethrough()
True if the font is struck through with a horizontal line. |
void |
isStrikethrough(boolean value)
True if the font is struck through with a horizontal line. |
boolean |
isSubscript()
True if the font is formatted as subscript. |
void |
isSubscript(boolean value)
True if the font is formatted as subscript. |
boolean |
isSuperscript()
True if the font is formatted as superscript. |
void |
isSuperscript(boolean value)
True if the font is formatted as superscript. |
void |
setBackgroundMode(ChartBackgroundMode value)
Display mode of the background. |
void |
setColor(java.awt.Color value)
Gets color. |
void |
setFontName(java.lang.String value)
Returns or sets the font name. |
void |
setKnownColor(ExcelColors value)
Returns or sets the primary color of the object. |
void |
setShowSeriesKeys(boolean value)
Indicates whehter series keys in the data table. |
void |
setSize(double value)
Returns or sets the size of the font. |
void |
setStrikethroughType(java.lang.String value)
Represents the TextArea StrikethroughType |
void |
setUnderline(FontUnderlineType value)
Returns or sets the type of underline applied to the font. |
void |
setVerticalAlignment(FontVertialAlignmentType value)
Returns or sets font vertical alignment. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.interfacess.IOptimizedUpdate |
|---|
beginUpdate, endUpdate |
| Constructor Detail |
|---|
public XlsChartDataTable(java.lang.Object parent)
| Method Detail |
|---|
public boolean hasHorzBorder()
hasHorzBorder in interface IChartDataTablepublic void hasHorzBorder(boolean value)
hasHorzBorder in interface IChartDataTablepublic boolean hasVertBorder()
hasVertBorder in interface IChartDataTablepublic void hasVertBorder(boolean value)
hasVertBorder in interface IChartDataTablepublic boolean hasBorders()
hasBorders in interface IChartDataTablepublic void hasBorders(boolean value)
hasBorders in interface IChartDataTablepublic boolean getShowSeriesKeys()
getShowSeriesKeys in interface IChartDataTablepublic void setShowSeriesKeys(boolean value)
setShowSeriesKeys in interface IChartDataTablepublic ChartBackgroundMode getBackgroundMode()
getBackgroundMode in interface IChartDataTablepublic void setBackgroundMode(ChartBackgroundMode value)
setBackgroundMode in interface IChartDataTablepublic boolean isBold()
isBold in interface IFontpublic void isBold(boolean value)
isBold in interface IFontpublic ExcelColors getKnownColor()
getKnownColor in interface IFontpublic void setKnownColor(ExcelColors value)
setKnownColor in interface IFontpublic java.awt.Color getColor()
getColor in interface IFontpublic void setColor(java.awt.Color value)
setColor in interface IFontpublic boolean isItalic()
isItalic in interface IFontpublic void isItalic(boolean value)
isItalic in interface IFontpublic double getSize()
getSize in interface IFontpublic void setSize(double value)
setSize in interface IFontpublic boolean isStrikethrough()
isStrikethrough in interface IFontpublic void isStrikethrough(boolean value)
isStrikethrough in interface IFontpublic boolean isSubscript()
isSubscript in interface IFontpublic void isSubscript(boolean value)
isSubscript in interface IFontpublic boolean isSuperscript()
isSuperscript in interface IFontpublic void isSuperscript(boolean value)
isSuperscript in interface IFontpublic FontUnderlineType getUnderline()
getUnderline in interface IFontpublic void setUnderline(FontUnderlineType value)
setUnderline in interface IFontpublic java.lang.String getFontName()
getFontName in interface IFontpublic void setFontName(java.lang.String value)
setFontName in interface IFontpublic FontVertialAlignmentType getVerticalAlignment()
getVerticalAlignment in interface IFontpublic void setVerticalAlignment(FontVertialAlignmentType value)
setVerticalAlignment in interface IFontpublic boolean isAutoColor()
isAutoColor in interface IFontpublic java.lang.String getStrikethroughType()
getStrikethroughType in interface IFontpublic void setStrikethroughType(java.lang.String value)
setStrikethroughType in interface IFontpublic java.awt.Font generateNativeFont()
generateNativeFont in interface IFontpublic XlsChartDataTable deepClone(java.lang.Object parent)
parent - Parent object for create new instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||