FormatConditionModel

FormatConditionModel

Overview

FormatConditionModel is a class in Aspose.Cells FOSS for Java.

Represents a format condition model used in Excel conditional formatting.

Properties

NameTypeAccessDescription
typeFormatConditionTypeReadReturns the type.
operatorOperatorTypeReadReturns the operator.
formula1StringReadReturns the formula 1.
formula2StringReadReturns the formula 2.
timePeriodStringReadReturns the time period.
duplicatebooleanReadReturns the duplicate.
topbooleanReadReturns the top.
percentbooleanReadReturns the percent.
rankintReadReturns the rank.
abovebooleanReadReturns the above.
standardDeviationintReadReturns the standard deviation.
colorScaleCountintReadReturns the color scale count.
minColorColorValueReadReturns the min color.
midColorColorValueReadReturns the mid color.
maxColorColorValueReadReturns the max color.
barColorColorValueReadReturns the bar color.
negativeBarColorColorValueReadReturns the negative bar color.
showBorderbooleanReadReturns the show border.
directionStringReadReturns the direction.
barLengthStringReadReturns the bar length.
iconSetTypeStringReadReturns the icon set type.
reverseIconsbooleanReadReturns the reverse icons.
showIconOnlybooleanReadReturns the show icon only.
priorityintReadReturns the priority.
stopIfTruebooleanReadReturns the stop if true.
styleStyleValueReadReturns the style.

Methods

SignatureDescription
getType()FormatConditionTypeReturns the type.
setType(type: FormatConditionType)Sets the type.
getOperator()OperatorTypeReturns the operator.
setOperator(operator: OperatorType)Sets the operator.
getFormula1()StringReturns the formula 1.
setFormula1(formula1: String)Sets the formula 1.
getFormula2()StringReturns the formula 2.
setFormula2(formula2: String)Sets the formula 2.
getTimePeriod()StringReturns the time period.
setTimePeriod(timePeriod: String)Sets the time period.
getDuplicate()booleanReturns the duplicate.
setDuplicate(duplicate: boolean)Sets the duplicate.
getTop()booleanReturns the top.
setTop(top: boolean)Sets the top.
getPercent()booleanReturns the percent.
setPercent(percent: boolean)Sets the percent.
getRank()intReturns the rank.
setRank(rank: int)Sets the rank.
getAbove()booleanReturns the above.
setAbove(above: boolean)Sets the above.
getStandardDeviation()intReturns the standard deviation.
setStandardDeviation(standardDeviation: int)Sets the standard deviation.
getColorScaleCount()intReturns the color scale count.
setColorScaleCount(colorScaleCount: int)Sets the color scale count.
getMinColor()ColorValueReturns the min color.
setMinColor(minColor: ColorValue)Sets the min color.
getMidColor()ColorValueReturns the mid color.
setMidColor(midColor: ColorValue)Sets the mid color.
getMaxColor()ColorValueReturns the max color.
setMaxColor(maxColor: ColorValue)Sets the max color.
getBarColor()ColorValueReturns the bar color.
setBarColor(barColor: ColorValue)Sets the bar color.
getNegativeBarColor()ColorValueReturns the negative bar color.
setNegativeBarColor(negativeBarColor: ColorValue)Sets the negative bar color.
getShowBorder()booleanReturns the show border.
setShowBorder(showBorder: boolean)Sets the show border.
getDirection()StringReturns the direction.
setDirection(direction: String)Sets the direction.
getBarLength()StringReturns the bar length.
setBarLength(barLength: String)Sets the bar length.
getIconSetType()StringReturns the icon set type.
setIconSetType(iconSetType: String)Sets the icon set type.
getReverseIcons()booleanReturns the reverse icons.
setReverseIcons(reverseIcons: boolean)Sets the reverse icons.
getShowIconOnly()booleanReturns the show icon only.
setShowIconOnly(showIconOnly: boolean)Sets the show icon only.
getPriority()intReturns the priority.
setPriority(priority: int)Sets the priority.
getStopIfTrue()booleanReturns the stop if true.
setStopIfTrue(stopIfTrue: boolean)Sets the stop if true.
getStyle()StyleValueReturns the style.
setStyle(style: StyleValue)Sets the style.