xlscharttitlearea-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.charts
class xlscharttitlearea

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlscharttitlearea
all implemented interfaces:
icharttextarea, ifont, ioptimizedupdate

public class xlscharttitlearea
extends xlsobject
implements icharttextarea

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

xlscharttitlearea

public xlscharttitlearea(java.lang.object parent)
method detail

getcolor

public java.awt.color getcolor()
gets color.
specified by:
getcolor in interface ifont
returns:

setcolor

public void setcolor(java.awt.color value)
gets color.
specified by:
setcolor in interface ifont

isitalic

public boolean isitalic()
true if the font style is italic. read / write boolean.
specified by:
isitalic in interface ifont
returns:

isitalic

public void isitalic(boolean value)
true if the font style is italic. read / write boolean.
specified by:
isitalic in interface ifont

getsize

public double getsize()
returns or sets the size of the font. read / write variant.
specified by:
getsize in interface ifont

setsize

public void setsize(double value)
returns or sets the size of the font. read / write variant.
specified by:
setsize in interface ifont

isstrikethrough

public boolean isstrikethrough()
true if the font is struck through with a horizontal line. read / write boolean
specified by:
isstrikethrough in interface ifont

isstrikethrough

public void isstrikethrough(boolean value)
true if the font is struck through with a horizontal line. read / write boolean
specified by:
isstrikethrough in interface ifont

issubscript

public boolean issubscript()
true if the font is formatted as subscript. false by default. read / write boolean.
specified by:
issubscript in interface ifont

issubscript

public void issubscript(boolean value)
true if the font is formatted as subscript. false by default. read / write boolean.
specified by:
issubscript in interface ifont

issuperscript

public boolean issuperscript()
true if the font is formatted as superscript. false by default. read/write boolean
specified by:
issuperscript in interface ifont

issuperscript

public void issuperscript(boolean value)
true if the font is formatted as superscript. false by default. read/write boolean
specified by:
issuperscript in interface ifont

getunderline

public fontunderlinetype getunderline()
returns or sets the type of underline applied to the font.
specified by:
getunderline in interface ifont

setunderline

public void setunderline(fontunderlinetype value)
returns or sets the type of underline applied to the font.
specified by:
setunderline in interface ifont

getfontname

public java.lang.string getfontname()
returns or sets the font name. read / write string.
specified by:
getfontname in interface ifont

setfontname

public void setfontname(java.lang.string value)
returns or sets the font name. read / write string.
specified by:
setfontname in interface ifont

getverticalalignment

public fontvertialalignmenttype getverticalalignment()
returns or sets font vertical alignment.
specified by:
getverticalalignment in interface ifont

setverticalalignment

public void setverticalalignment(fontvertialalignmenttype value)
returns or sets font vertical alignment.
specified by:
setverticalalignment in interface ifont

isautocolor

public boolean isautocolor()
indicates whether color has automatic color. read-only.
specified by:
isautocolor in interface ifont

gettextrotationangle

public int gettextrotationangle()
text rotation angle. between -90 and 90.
specified by:
gettextrotationangle in interface icharttextarea

settextrotationangle

public void settextrotationangle(int value)
text rotation angle. between -90 and 90.

getbackgroundmode

public chartbackgroundmode getbackgroundmode()
display mode of the background.
specified by:
getbackgroundmode in interface icharttextarea

setbackgroundmode

public void setbackgroundmode(chartbackgroundmode value)
display mode of the background.

isautomode

public boolean isautomode()
true if background is set to automatic.
specified by:
isautomode in interface icharttextarea


网站地图