![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.DataBar
public class DataBar
Describes the DataBar conditional formatting rule. This conditional formatting rule displays a gradated data bar in the range of cells.
Method Summary | |
---|---|
Color |
getColor()
Gets this DataBar's Color. |
CFValueObject |
getMaxCfvo()
Gets this DataBar's max value object. |
CFValueObject |
getMinCfvo()
Gets this DataBar's min value object. |
boolean |
isShowValue()
Gets the flag indicating whether to show the values of the cells on which this data bar is applied. |
void |
setColor(Color color)
Sets this DataBar's Color. |
void |
setMaxCfvo(CFValueObject cfvo)
Sets this DataBar's max value object. |
void |
setMinCfvo(CFValueObject cfvo)
Sets this DataBar's min value object. |
void |
setShowValue(boolean b)
Sets the flag indicating whether to show the values of the cells on which this data bar is applied. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public CFValueObject getMinCfvo()
public void setMinCfvo(CFValueObject cfvo) throws java.lang.IllegalArgumentException
cfvo
-
java.lang.IllegalArgumentException
- if null or CFValueObject with type
FormatConditionValueType.Max is set.public CFValueObject getMaxCfvo()
public void setMaxCfvo(CFValueObject cfvo) throws java.lang.IllegalArgumentException
cfvo
-
java.lang.IllegalArgumentException
- if null or CFValueObject with type
FormatConditionValueType.Min is set.public Color getColor()
public void setColor(Color color)
color
- public boolean isShowValue()
public void setShowValue(boolean b)
b
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |