|
|||||||||
| 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.XlsChartTitleArea
public class XlsChartTitleArea
this class for Xls Chart Title Area Operation
| Constructor Summary | |
|---|---|
XlsChartTitleArea(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
ChartBackgroundMode |
getBackgroundMode()
Display mode of the background. |
java.awt.Color |
getColor()
Gets color. |
java.lang.String |
getFontName()
Returns or sets the font name. |
double |
getSize()
Returns or sets the size of the font. |
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 |
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 |
setSize(double value)
Returns or sets the size of the font. |
void |
setTextRotationAngle(int value)
Text rotation angle. |
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.IChartTextArea |
|---|
getFrameFormat, getText |
| Methods inherited from interface com.spire.xls.core.IFont |
|---|
generateNativeFont, getKnownColor, getStrikethroughType, isBold, isBold, setKnownColor, setStrikethroughType |
| Methods inherited from interface com.spire.xls.core.interfacess.IOptimizedUpdate |
|---|
beginUpdate, endUpdate |
| Constructor Detail |
|---|
public XlsChartTitleArea(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 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 IChartTextArea
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||