|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.shapes.xlsshapelineformat
public class xlsshapelineformat
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 |
---|
public xlsshapelineformat(java.lang.object parent, xlsshape innershape)
method detail |
---|
public double getweight()
getweight
in interface ishapelineformat
public void setweight(double value)
setweight
in interface ishapelineformat
public java.awt.color getforecolor()
getforecolor
in interface ishapelineformat
public void setforecolor(java.awt.color value)
setforecolor
in interface ishapelineformat
public java.awt.color getbackcolor()
getbackcolor
in interface ishapelineformat
public void setbackcolor(java.awt.color value)
setbackcolor
in interface ishapelineformat
public excelcolors getforeknowncolor()
getforeknowncolor
in interface ishapelineformat
public void setforeknowncolor(excelcolors value)
setforeknowncolor
in interface ishapelineformat
public excelcolors getbackknowncolor()
getbackknowncolor
in interface ishapelineformat
public void setbackknowncolor(excelcolors value)
setbackknowncolor
in interface ishapelineformat
public shapearrowstyletype getbeginarrowheadstyle()
getbeginarrowheadstyle
in interface ishapelineformat
public void setbeginarrowheadstyle(shapearrowstyletype value)
setbeginarrowheadstyle
in interface ishapelineformat
public shapearrowstyletype getendarrowheadstyle()
getendarrowheadstyle
in interface ishapelineformat
public void setendarrowheadstyle(shapearrowstyletype value)
setendarrowheadstyle
in interface ishapelineformat
public shapearrowlengthtype getbeginarrowheadlength()
getbeginarrowheadlength
in interface ishapelineformat
public void setbeginarrowheadlength(shapearrowlengthtype value)
setbeginarrowheadlength
in interface ishapelineformat
public shapearrowlengthtype getendarrowheadlength()
getendarrowheadlength
in interface ishapelineformat
public void setendarrowheadlength(shapearrowlengthtype value)
setendarrowheadlength
in interface ishapelineformat
public shapearrowwidthtype getbeginarrowheadwidth()
getbeginarrowheadwidth
in interface ishapelineformat
public void setbeginarrowheadwidth(shapearrowwidthtype value)
setbeginarrowheadwidth
in interface ishapelineformat
public shapearrowwidthtype getendarrowheadwidth()
getendarrowheadwidth
in interface ishapelineformat
public void setendarrowheadwidth(shapearrowwidthtype value)
setendarrowheadwidth
in interface ishapelineformat
public shapedashlinestyletype getdashstyle()
getdashstyle
in interface ishapelineformat
public void setdashstyle(shapedashlinestyletype value)
setdashstyle
in interface ishapelineformat
public shapelinestyletype getstyle()
getstyle
in interface ishapelineformat
public void setstyle(shapelinestyletype value)
setstyle
in interface ishapelineformat
public double gettransparency()
gettransparency
in interface ishapelineformat
public void settransparency(double value)
settransparency
in interface ishapelineformat
public boolean getvisible()
getvisible
in interface ishapelineformat
public void setvisible(boolean value)
setvisible
in interface ishapelineformat
public gradientpatterntype getpattern()
getpattern
in interface ishapelineformat
public boolean haspattern()
haspattern
in interface ishapelineformat
public boolean isround()
public boolean getnofill()
public void setnofill(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |