Class DataBar
java.lang.Object
com.independentsoft.office.spreadsheet.DataBar
The Class DataBar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getColor()Gets the color.Gets the first conditional format value object.intGets the max length.intGets the min length.Gets the second conditional format value object.booleanChecks if is show value.voidsetColor(DataBarColor color)Sets the color.voidsetFirstConditionalFormatValueObject(ConditionalFormatValueObject firstConditionalFormatValueObject)Sets the first conditional format value object.voidsetMaxLength(int maxLength)Sets the max length.voidsetMinLength(int minLength)Sets the min length.voidsetSecondConditionalFormatValueObject(ConditionalFormatValueObject secondConditionalFormatValueObject)Sets the second conditional format value object.voidsetShowValue(boolean showValue)Sets the show value.toString()
-
Constructor Details
-
DataBar
public DataBar()Instantiates a new data bar.
-
-
Method Details
-
clone
-
toString
-
getFirstConditionalFormatValueObject
Gets the first conditional format value object.- Returns:
- the first conditional format value object
-
setFirstConditionalFormatValueObject
public void setFirstConditionalFormatValueObject(ConditionalFormatValueObject firstConditionalFormatValueObject)Sets the first conditional format value object.- Parameters:
firstConditionalFormatValueObject- the new first conditional format value object
-
getSecondConditionalFormatValueObject
Gets the second conditional format value object.- Returns:
- the second conditional format value object
-
setSecondConditionalFormatValueObject
public void setSecondConditionalFormatValueObject(ConditionalFormatValueObject secondConditionalFormatValueObject)Sets the second conditional format value object.- Parameters:
secondConditionalFormatValueObject- the new second conditional format value object
-
getColor
Gets the color.- Returns:
- the color
-
setColor
Sets the color.- Parameters:
color- the new color
-
getMaxLength
public int getMaxLength()Gets the max length.- Returns:
- the max length
-
setMaxLength
public void setMaxLength(int maxLength)Sets the max length.- Parameters:
maxLength- the new max length
-
getMinLength
public int getMinLength()Gets the min length.- Returns:
- the min length
-
setMinLength
public void setMinLength(int minLength)Sets the min length.- Parameters:
minLength- the new min length
-
isShowValue
public boolean isShowValue()Checks if is show value.- Returns:
- true, if is show value
-
setShowValue
public void setShowValue(boolean showValue)Sets the show value.- Parameters:
showValue- the new show value
-