com.aspose.cells

Class FormatConditionValueType

  • java.lang.Object
    • com.aspose.cells.FormatConditionValueType
public class FormatConditionValueType 
extends java.lang.Object

Utility class containing constants. Condition value type.

Field Summary
static final intFORMULA
The minimum/ midpoint / maximum value for the gradient is determined by a formula.
static final intMAX
Indicates that the maximum value in the range shall be used as the maximum value for the gradient.
static final intMIN
Indicates that the minimum value in the range shall be used as the minimum value for the gradient.
static final intNUMBER
Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.
static final intPERCENT
Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient.
static final intPERCENTILE
Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.
static final intAUTOMATIC_MAX
Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient.
static final intAUTOMATIC_MIN
Indicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient.
 

    • Field Detail

      • FORMULA

        public static final int FORMULA
        The minimum/ midpoint / maximum value for the gradient is determined by a formula.
      • MAX

        public static final int MAX
        Indicates that the maximum value in the range shall be used as the maximum value for the gradient.
      • MIN

        public static final int MIN
        Indicates that the minimum value in the range shall be used as the minimum value for the gradient.
      • NUMBER

        public static final int NUMBER
        Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.
      • PERCENT

        public static final int PERCENT
        Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient.
      • PERCENTILE

        public static final int PERCENTILE
        Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.
      • AUTOMATIC_MAX

        public static final int AUTOMATIC_MAX
        Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient.
      • AUTOMATIC_MIN

        public static final int AUTOMATIC_MIN
        Indicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient.