xlschartlegendarea-ag凯发旗舰厅



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

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

public class xlschartlegendarea
extends xlsobject
implements icharttextarea

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

xlschartlegendarea

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

getcolor

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

setcolor

public void setcolor(java.awt.color value)
sets 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

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

getstrikethroughtype

public java.lang.string getstrikethroughtype()
represents the textarea strikethroughtype
specified by:
getstrikethroughtype in interface ifont

gettext

public java.lang.string gettext()
gets text.
specified by:
gettext in interface icharttextarea

settext

public void settext(java.lang.string value)
sets text.

getframeformat

public ichartframeformat getframeformat()
return frame format. read-only.
specified by:
getframeformat in interface icharttextarea

gettextrotationangle

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

getbackgroundmode

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

isautomode

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

getfont

public xlsfont getfont()
returns fontimpl for current font. read-only.


网站地图