|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.databar
public class databar
represents a data bar conditional formating rule.
constructor summary | |
---|---|
databar( databar)
|
method summary | |
---|---|
|
getaxisposition()
gets the position of the axis of the data bars specified by a conditional formatting rule. |
|
getbarborder()
gets an object that specifies the border of a data bar. |
java.awt.color |
getbarcolor()
gets the color of the bar in a data bar condition format. |
|
getbarfilltype()
gets an object that specifies the border of a data bar. |
|
getdirection()
gets the direction the databar is displayed. |
|
getmaxpoint()
the longest bar is evaluated for a data bar conditional format. |
|
getminpoint()
the shortest bar is evaluated for a data bar conditional format. |
|
getnegativebarformat()
gets the negativebarformat object associated with a data bar conditional formatting rule. |
int |
getpercentmax()
gets a value that specifies the length of the longest data bar as a percentage of cell width. |
int |
getpercentmin()
gets a value that specifies the length of the shortest data bar as a percentage of cell width. |
boolean |
getshowvalue()
gets a boolean value that specifies if the value in the cell is displayed. |
void |
setaxisposition( value)
sets the position of the axis of the data bars specified by a conditional formatting rule. |
void |
setbarcolor(java.awt.color barcolor)
sets the color of the bar in a data bar condition format. |
void |
setdirection( value)
sets the direction the databar is displayed. |
void |
setpercentmax(int value)
sets a value that specifies the length of the longest data bar as a percentage of cell width. |
void |
setpercentmin(int value)
sets a value that specifies the length of the shortest data bar as a percentage of cell width. |
void |
setshowvalue(boolean value)
sets a boolean value that specifies if the value in the cell is displayed. |
constructor detail |
---|
public databar( databar)
method detail |
---|
public getminpoint()
public getmaxpoint()
public java.awt.color getbarcolor()
public void setbarcolor(java.awt.color barcolor)
public int getpercentmax()
public void setpercentmax(int value)
public int getpercentmin()
public void setpercentmin(int value)
public boolean getshowvalue()
public void setshowvalue(boolean value)
public getaxisposition()
public void setaxisposition( value)
public getbarborder()
public getbarfilltype()
public getdirection()
public void setdirection( value)
public getnegativebarformat()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |