|
|||||||||
| 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.XlsChartDataLabelArea
public class XlsChartDataLabelArea
| Constructor Summary | |
|---|---|
XlsChartDataLabelArea(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
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. |
IChartFrameFormat |
getFrameFormat()
Return frame format. |
ExcelColors |
getKnownColor()
Returns or sets the primary color of the object. |
double |
getSize()
Returns the size of the font. |
java.lang.String |
getStrikethroughType()
Represents the TextArea StrikethroughType |
java.lang.String |
getText()
Gets text. |
int |
getTextRotationAngle()
Text rotation angle. |
FontUnderlineType |
getUnderline()
Returns the type of underline applied to the font. |
FontVertialAlignmentType |
getVerticalAlignment()
Returns or sets font vertical alignment. |
boolean |
isAutoColor()
Indicates whether color has automatic color. |
boolean |
isAutoMode()
True if background is set to automatic. |
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 |
setFont(ExcelFont font)
Sets Font |
void |
setFontName(java.lang.String value)
Sets the type of underline applied to the font. |
void |
setKnownColor(ExcelColors value)
Returns or sets the primary color of the object. |
void |
setSize(double value)
Sets the size of the font. |
void |
setStrikethroughType(java.lang.String value)
Represents the TextArea StrikethroughType |
void |
setText(java.lang.String value)
Sets text. |
void |
setTextRotationAngle(int value)
Text rotation angle. |
void |
setUnderline(FontUnderlineType value)
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 XlsChartDataLabelArea(java.lang.Object parent)
| Method Detail |
|---|
public 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.awt.Font generateNativeFont()
generateNativeFont in interface IFontpublic java.lang.String getStrikethroughType()
getStrikethroughType in interface IFontpublic void setStrikethroughType(java.lang.String value)
setStrikethroughType in interface IFontpublic java.lang.String getText()
getText in interface IChartTextAreapublic void setText(java.lang.String value)
public IChartFrameFormat getFrameFormat()
getFrameFormat in interface IChartTextAreapublic int getTextRotationAngle()
getTextRotationAngle in interface IChartTextAreapublic void setTextRotationAngle(int value)
public ChartBackgroundMode getBackgroundMode()
getBackgroundMode in interface IChartTextAreapublic void setBackgroundMode(ChartBackgroundMode value)
public boolean isAutoMode()
isAutoMode in interface IChartTextAreapublic void setFont(ExcelFont font)
font - ExcelFont
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||