|
|||||||||
| 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.XlsChartLegendArea
public class XlsChartLegendArea
Xls Chart Legend Area this class for Xls Chart Legend Area Operation
| Constructor Summary | |
|---|---|
XlsChartLegendArea(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
ChartBackgroundMode |
getBackgroundMode()
Display mode of the background. |
java.awt.Color |
getColor()
Gets color. |
XlsFont |
getFont()
Returns FontImpl for current font. |
java.lang.String |
getFontName()
Returns or sets the font name. |
IChartFrameFormat |
getFrameFormat()
Return frame format. |
double |
getSize()
Returns or sets 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 or sets 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 |
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 |
setColor(java.awt.Color value)
Sets color. |
void |
setFontName(java.lang.String value)
Returns or sets the font name. |
void |
setSize(double value)
Returns or sets the size of the font. |
void |
setText(java.lang.String value)
Sets text. |
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.IFont |
|---|
generateNativeFont, getKnownColor, isBold, isBold, setKnownColor, setStrikethroughType |
| Methods inherited from interface com.spire.xls.core.interfacess.IOptimizedUpdate |
|---|
beginUpdate, endUpdate |
| Constructor Detail |
|---|
public XlsChartLegendArea(java.lang.Object parent)
| Method Detail |
|---|
public 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 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 ChartBackgroundMode getBackgroundMode()
getBackgroundMode in interface IChartTextAreapublic boolean isAutoMode()
isAutoMode in interface IChartTextAreapublic XlsFont getFont()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||