xlschartborder-ag凯发旗舰厅



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

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlschartborder
all implemented interfaces:
direct known subclasses:
chartborder

public class xlschartborder
extends xlsobject
implements

constructor summary
protected xlschartborder(java.lang.object parent)
           
 
method summary
 java.awt.color getcolor()
           
 float getcustomlineweight()
           
 excelcolors getknowncolor()
           
 chartlinepatterntype getpattern()
           
 double gettransparency()
          value from 0.0 (light) through 1.0(dark)
 boolean getusedefaultformat()
          if true - default format; otherwise custom.
 boolean getusedefaultlinecolor()
           
 chartlineweighttype getweight()
           
 void setcolor(java.awt.color color)
           
 void setcustomlineweight(float lineweight)
           
 void setknowncolor(excelcolors value)
           
 void setpattern(chartlinepatterntype value)
           
 void settransparency(double value)
          value from 0.0 (light) through 1.0(dark)
 void setusedefaultformat(boolean value)
           
 void setusedefaultlinecolor(boolean value)
           
 void setweight(chartlineweighttype value)
           
 
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject
dispose
 
constructor detail

xlschartborder

protected xlschartborder(java.lang.object parent)
method detail

getcolor

public java.awt.color getcolor()
specified by:
in interface
returns:
color of line.

setcolor

public void setcolor(java.awt.color color)
specified by:
in interface
parameters:
color - color of line.

getpattern

public chartlinepatterntype getpattern()
specified by:
in interface
returns:
line pattern.

setpattern

public void setpattern(chartlinepatterntype value)
specified by:
in interface
parameters:
value - line pattern.

getweight

public chartlineweighttype getweight()
specified by:
in interface
returns:
weight of line.

setweight

public void setweight(chartlineweighttype value)
specified by:
in interface
parameters:
value - weight of line.

getusedefaultformat

public boolean getusedefaultformat()
description copied from interface:
if true - default format; otherwise custom.
specified by:
in interface
returns:
indicates if use default format.

setusedefaultformat

public void setusedefaultformat(boolean value)
specified by:
in interface
parameters:
value - indicates if use default format..

getusedefaultlinecolor

public boolean getusedefaultlinecolor()
specified by:
in interface
returns:
indicates if custom line color.

setusedefaultlinecolor

public void setusedefaultlinecolor(boolean value)
specified by:
in interface
parameters:
value - indicates if custom line color.

getknowncolor

public excelcolors getknowncolor()
specified by:
in interface
returns:
line excel color.

setknowncolor

public void setknowncolor(excelcolors value)
specified by:
in interface
parameters:
value - line excel color.

gettransparency

public double gettransparency()
value from 0.0 (light) through 1.0(dark)
specified by:
in interface
returns:
returns the transparency level of the specified solid color shaded xlsfill as a floating-point

settransparency

public void settransparency(double value)
value from 0.0 (light) through 1.0(dark)
specified by:
in interface
parameters:
value - the transparency level of the specified solid color shaded xlsfill as a floating-point

getcustomlineweight

public float getcustomlineweight()
returns:
gets the line weight.

setcustomlineweight

public void setcustomlineweight(float lineweight)
parameters:
lineweight - sets the line weight.


网站地图