xlsshapelineformat-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.shapes
class xlsshapelineformat

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.shapes.xlsshapelineformat
all implemented interfaces:
ishapelineformat

public class xlsshapelineformat
extends xlsobject
implements ishapelineformat

constructor summary
xlsshapelineformat(java.lang.object parent, xlsshape innershape)
           
 
method summary
 java.awt.color getbackcolor()
          represents background color.
 excelcolors getbackknowncolor()
          represents background color index.
 shapearrowlengthtype getbeginarrowheadlength()
          represents begin arrow head length.
 shapearrowstyletype getbeginarrowheadstyle()
          represents begin arrow head style.
 shapearrowwidthtype getbeginarrowheadwidth()
          represents begin arrow head width.
 shapedashlinestyletype getdashstyle()
          represents the dash style for the specified line.
 shapearrowlengthtype getendarrowheadlength()
          represents end arrow head length.
 shapearrowstyletype getendarrowheadstyle()
          represents end arrow head style.
 shapearrowwidthtype getendarrowheadwidth()
          represents end arrow head width.
 java.awt.color getforecolor()
          represents foreground color.
 excelcolors getforeknowncolor()
          represents foreground color index.
 boolean getnofill()
          getts and setts the m_bnofill;
 gradientpatterntype getpattern()
          represents line pattern.
 shapelinestyletype getstyle()
          represents line style.
 double gettransparency()
          represents line transparency.
 boolean getvisible()
          represents if line format is visible.
 double getweight()
          represents weight of the line in pts.( 0 - 1584 )
 boolean haspattern()
          indicates if current line format contain pattern.
 boolean isround()
          indicates whether join is round.
 void setbackcolor(java.awt.color value)
          represents background color.
 void setbackknowncolor(excelcolors value)
          represents background color index.
 void setbeginarrowheadlength(shapearrowlengthtype value)
          represents begin arrow head length.
 void setbeginarrowheadstyle(shapearrowstyletype value)
          represents begin arrow head style.
 void setbeginarrowheadwidth(shapearrowwidthtype value)
          represents begin arrow head width.
 void setdashstyle(shapedashlinestyletype value)
          represents the dash style for the specified line.
 void setendarrowheadlength(shapearrowlengthtype value)
          represents end arrow head length.
 void setendarrowheadstyle(shapearrowstyletype value)
          represents end arrow head style.
 void setendarrowheadwidth(shapearrowwidthtype value)
          represents end arrow head width.
 void setforecolor(java.awt.color value)
          represents foreground color.
 void setforeknowncolor(excelcolors value)
          represents foreground color index.
 void setnofill(boolean value)
          getts and setts the m_bnofill;
 void setstyle(shapelinestyletype value)
          represents line style.
 void settransparency(double value)
          represents line transparency.
 void setvisible(boolean value)
          represents if line format is visible.
 void setweight(double value)
          represents weight of the line in pts.( 0 - 1584 )
 
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject
dispose
 
methods inherited from interface com.spire.xls.core.ishapelineformat
haspattern, setpattern
 
constructor detail

xlsshapelineformat

public xlsshapelineformat(java.lang.object parent,
                          xlsshape innershape)
method detail

getweight

public double getweight()
represents weight of the line in pts.( 0 - 1584 )
specified by:
getweight in interface ishapelineformat

setweight

public void setweight(double value)
represents weight of the line in pts.( 0 - 1584 )
specified by:
setweight in interface ishapelineformat

getforecolor

public java.awt.color getforecolor()
represents foreground color.
specified by:
getforecolor in interface ishapelineformat

setforecolor

public void setforecolor(java.awt.color value)
represents foreground color.
specified by:
setforecolor in interface ishapelineformat

getbackcolor

public java.awt.color getbackcolor()
represents background color.
specified by:
getbackcolor in interface ishapelineformat

setbackcolor

public void setbackcolor(java.awt.color value)
represents background color.
specified by:
setbackcolor in interface ishapelineformat

getforeknowncolor

public excelcolors getforeknowncolor()
represents foreground color index.
specified by:
getforeknowncolor in interface ishapelineformat

setforeknowncolor

public void setforeknowncolor(excelcolors value)
represents foreground color index.
specified by:
setforeknowncolor in interface ishapelineformat

getbackknowncolor

public excelcolors getbackknowncolor()
represents background color index.
specified by:
getbackknowncolor in interface ishapelineformat
returns:

setbackknowncolor

public void setbackknowncolor(excelcolors value)
represents background color index.
specified by:
setbackknowncolor in interface ishapelineformat

getbeginarrowheadstyle

public shapearrowstyletype getbeginarrowheadstyle()
represents begin arrow head style.
specified by:
getbeginarrowheadstyle in interface ishapelineformat

setbeginarrowheadstyle

public void setbeginarrowheadstyle(shapearrowstyletype value)
represents begin arrow head style.
specified by:
setbeginarrowheadstyle in interface ishapelineformat

getendarrowheadstyle

public shapearrowstyletype getendarrowheadstyle()
represents end arrow head style.
specified by:
getendarrowheadstyle in interface ishapelineformat

setendarrowheadstyle

public void setendarrowheadstyle(shapearrowstyletype value)
represents end arrow head style.
specified by:
setendarrowheadstyle in interface ishapelineformat

getbeginarrowheadlength

public shapearrowlengthtype getbeginarrowheadlength()
represents begin arrow head length.
specified by:
getbeginarrowheadlength in interface ishapelineformat

setbeginarrowheadlength

public void setbeginarrowheadlength(shapearrowlengthtype value)
represents begin arrow head length.
specified by:
setbeginarrowheadlength in interface ishapelineformat

getendarrowheadlength

public shapearrowlengthtype getendarrowheadlength()
represents end arrow head length.
specified by:
getendarrowheadlength in interface ishapelineformat

setendarrowheadlength

public void setendarrowheadlength(shapearrowlengthtype value)
represents end arrow head length.
specified by:
setendarrowheadlength in interface ishapelineformat

getbeginarrowheadwidth

public shapearrowwidthtype getbeginarrowheadwidth()
represents begin arrow head width.
specified by:
getbeginarrowheadwidth in interface ishapelineformat

setbeginarrowheadwidth

public void setbeginarrowheadwidth(shapearrowwidthtype value)
represents begin arrow head width.
specified by:
setbeginarrowheadwidth in interface ishapelineformat

getendarrowheadwidth

public shapearrowwidthtype getendarrowheadwidth()
represents end arrow head width.
specified by:
getendarrowheadwidth in interface ishapelineformat

setendarrowheadwidth

public void setendarrowheadwidth(shapearrowwidthtype value)
represents end arrow head width.
specified by:
setendarrowheadwidth in interface ishapelineformat

getdashstyle

public shapedashlinestyletype getdashstyle()
represents the dash style for the specified line.
specified by:
getdashstyle in interface ishapelineformat

setdashstyle

public void setdashstyle(shapedashlinestyletype value)
represents the dash style for the specified line.
specified by:
setdashstyle in interface ishapelineformat

getstyle

public shapelinestyletype getstyle()
represents line style.
specified by:
getstyle in interface ishapelineformat

setstyle

public void setstyle(shapelinestyletype value)
represents line style.
specified by:
setstyle in interface ishapelineformat

gettransparency

public double gettransparency()
represents line transparency.
specified by:
gettransparency in interface ishapelineformat

settransparency

public void settransparency(double value)
represents line transparency.
specified by:
settransparency in interface ishapelineformat

getvisible

public boolean getvisible()
represents if line format is visible.
specified by:
getvisible in interface ishapelineformat

setvisible

public void setvisible(boolean value)
represents if line format is visible.
specified by:
setvisible in interface ishapelineformat

getpattern

public gradientpatterntype getpattern()
represents line pattern.
specified by:
getpattern in interface ishapelineformat

haspattern

public boolean haspattern()
indicates if current line format contain pattern.
specified by:
haspattern in interface ishapelineformat

isround

public boolean isround()
indicates whether join is round.

getnofill

public boolean getnofill()
getts and setts the m_bnofill;

setnofill

public void setnofill(boolean value)
getts and setts the m_bnofill;


网站地图