xlschartdatalabelarea-ag凯发旗舰厅



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

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

public class xlschartdatalabelarea
extends xlsobject
implements icharttextarea

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

xlschartdatalabelarea

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

isbold

public boolean isbold()
true if the font is bold. read / write boolean.
specified by:
isbold in interface ifont

isbold

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

getknowncolor

public excelcolors getknowncolor()
returns or sets the primary color of the object.
specified by:
getknowncolor in interface ifont

setknowncolor

public void setknowncolor(excelcolors value)
returns or sets the primary color of the object.
specified by:
setknowncolor in interface ifont

getcolor

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

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

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 the size of the font. read / write variant.
specified by:
getsize in interface ifont

setsize

public void setsize(double value)
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 the type of underline applied to the font.
specified by:
getunderline in interface ifont

setunderline

public void setunderline(fontunderlinetype value)
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)
sets the type of underline applied to the font.
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

generatenativefont

public java.awt.font generatenativefont()
generates .net font object corresponding to the current font.
specified by:
generatenativefont in interface ifont
returns:
generated .net font.

getstrikethroughtype

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

setstrikethroughtype

public void setstrikethroughtype(java.lang.string value)
represents the textarea strikethroughtype
specified by:
setstrikethroughtype 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

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

setfont

public void setfont(excelfont font)
sets font
parameters:
font - excelfont


网站地图