|
|||||||||
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(IDataBar dataBar)
|
Method Summary | |
---|---|
DataBarAxisPosition |
getAxisPosition()
Gets the position of the axis of the data bars specified by a conditional formatting rule. |
DataBarBorder |
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. |
DataBarFillType |
getBarFillType()
Gets an object that specifies the border of a data bar. |
TextDirectionType |
getDirection()
Gets the direction the databar is displayed. |
ConditionValue |
getMaxPoint()
The longest bar is evaluated for a data bar conditional format. |
ConditionValue |
getMinPoint()
The shortest bar is evaluated for a data bar conditional format. |
NegativeBarFormat |
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(DataBarAxisPosition 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(TextDirectionType 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(IDataBar dataBar)
Method Detail |
---|
public ConditionValue getMinPoint()
public ConditionValue 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 DataBarAxisPosition getAxisPosition()
public void setAxisPosition(DataBarAxisPosition value)
public DataBarBorder getBarBorder()
public DataBarFillType getBarFillType()
public TextDirectionType getDirection()
public void setDirection(TextDirectionType value)
public NegativeBarFormat getNegativeBarFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |