ishapelineformat-ag凯发旗舰厅



com.spire.xls.core
interface ishapelineformat

all known implementing classes:
xlsshapelineformat

public interface ishapelineformat

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.
 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.
 boolean haspattern()
          indicates if current line format contain pattern.
 void haspattern(boolean value)
          indicates if current line format contain pattern.
 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 setpattern(gradientpatterntype value)
          represents line pattern.
 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.
 
method detail

getweight

double getweight()
represents weight of the line.

setweight

void setweight(double value)
represents weight of the line.

getforecolor

java.awt.color getforecolor()
represents foreground color.

setforecolor

void setforecolor(java.awt.color value)
represents foreground color.

getbackcolor

java.awt.color getbackcolor()
represents background color.

setbackcolor

void setbackcolor(java.awt.color value)
represents background color.

getforeknowncolor

excelcolors getforeknowncolor()
represents foreground color index.

setforeknowncolor

void setforeknowncolor(excelcolors value)
represents foreground color index.

getbackknowncolor

excelcolors getbackknowncolor()
represents background color index.

setbackknowncolor

void setbackknowncolor(excelcolors value)
represents background color index.

getbeginarrowheadstyle

shapearrowstyletype getbeginarrowheadstyle()
represents begin arrow head style.

setbeginarrowheadstyle

void setbeginarrowheadstyle(shapearrowstyletype value)
represents begin arrow head style.

getendarrowheadstyle

shapearrowstyletype getendarrowheadstyle()
represents end arrow head style.

setendarrowheadstyle

void setendarrowheadstyle(shapearrowstyletype value)
represents end arrow head style.

getbeginarrowheadlength

shapearrowlengthtype getbeginarrowheadlength()
represents begin arrow head length.

setbeginarrowheadlength

void setbeginarrowheadlength(shapearrowlengthtype value)
represents begin arrow head length.

getendarrowheadlength

shapearrowlengthtype getendarrowheadlength()
represents end arrow head length.

setendarrowheadlength

void setendarrowheadlength(shapearrowlengthtype value)
represents end arrow head length.

getbeginarrowheadwidth

shapearrowwidthtype getbeginarrowheadwidth()
represents begin arrow head width.

setbeginarrowheadwidth

void setbeginarrowheadwidth(shapearrowwidthtype value)
represents begin arrow head width.

getendarrowheadwidth

shapearrowwidthtype getendarrowheadwidth()
represents end arrow head width.

setendarrowheadwidth

void setendarrowheadwidth(shapearrowwidthtype value)
represents end arrow head width.

getdashstyle

shapedashlinestyletype getdashstyle()
represents the dash style for the specified line.

setdashstyle

void setdashstyle(shapedashlinestyletype value)
represents the dash style for the specified line.

getstyle

shapelinestyletype getstyle()
represents line style.

setstyle

void setstyle(shapelinestyletype value)
represents line style.

gettransparency

double gettransparency()
represents line transparency.

settransparency

void settransparency(double value)
represents line transparency.

getvisible

boolean getvisible()
represents if line format is visible.

setvisible

void setvisible(boolean value)
represents if line format is visible.

getpattern

gradientpatterntype getpattern()
represents line pattern.

setpattern

void setpattern(gradientpatterntype value)
represents line pattern.

haspattern

boolean haspattern()
indicates if current line format contain pattern.

haspattern

void haspattern(boolean value)
indicates if current line format contain pattern.


网站地图