![]() |
||
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.CFValueObject
public class CFValueObject
Describes the values of the interpolation points in a gradient scale, dataBar or iconSet.
Constructor Summary | |
---|---|
CFValueObject(FormatCondition parent,
byte type)
Constructs a CFValueObject instance. |
|
CFValueObject(FormatCondition parent,
byte type,
java.lang.Object value)
Constructs a CFValueObject instance. |
|
CFValueObject(FormatCondition parent,
byte type,
java.lang.Object value,
boolean isGTE)
Constructs a CFValueObject instance. |
Method Summary | |
---|---|
byte |
getType()
Gets the type of this conditional formatting value object. |
java.lang.Object |
getValue()
Gets the value of this conditional formatting value object. |
boolean |
isGTE()
Gets the Greater Than Or Equal To flag. |
void |
setIsGTE(boolean b)
Sets the Greater Than Or Equal flag. |
void |
setType(byte type)
Sets the type of this conditional formatting value object. |
void |
setValue(java.lang.Object obj)
Sets the value of this conditional formatting value object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CFValueObject(FormatCondition parent, byte type, java.lang.Object value, boolean isGTE)
parent
- the FormatCondition that this object is used for.type
- the type of the CFValueObject instance.value
- the value of the CFValueObject instance.isGTE
- the isGTE flag of the CFValueObject.FormatConditionValueType
,
setValue(Object)
public CFValueObject(FormatCondition parent, byte type, java.lang.Object value)
type
- the type of the CFValueObject instance.value
- the value of the CFValueObject instance.FormatConditionValueType
,
setValue(Object)
public CFValueObject(FormatCondition parent, byte type)
type
- the type of the CFValueObject instance.FormatConditionValueType
Method Detail |
---|
public java.lang.Object getValue()
setValue(Object)
public void setValue(java.lang.Object obj)
obj
- Can be null. If not null, corresponding with the type it can be a String that starts with "=" and represents a formula.
Or it is an instance of Number, such as Double, Integer.public byte getType()
FormatConditionValueType
public void setType(byte type)
type
- FormatConditionValueType
public boolean isGTE()
public void setIsGTE(boolean b)
b
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |