Package com.aspose.tasks
Class SummaryRowsCalculationType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.SummaryRowsCalculationType
-
public final class SummaryRowsCalculationType extends com.aspose.ms.System.Enum
Specifies the type of a calculation of the custom attribute's value for summary rows.
-
-
Field Summary
Fields Modifier and Type Field Description static int
None
Means the custom attribute's value for summary rows is not calculated.static int
Rollup
Means the custom attribute's value for summary rows is calculated using rollup function defined inExtendedAttributeDefinition.RollupType
(ExtendedAttributeDefinition.getRollupType()
/ExtendedAttributeDefinition.setRollupType(int)
).static int
UseFormula
Means the custom attribute's value for summary rows is calculated using formula defined inExtendedAttributeDefinition.Formula
(ExtendedAttributeDefinition.getFormula_Rename_Namesake()
/ExtendedAttributeDefinition.setFormula(String)
).
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
None
public static final int None
Means the custom attribute's value for summary rows is not calculated.
- See Also:
- Constant Field Values
-
Rollup
public static final int Rollup
Means the custom attribute's value for summary rows is calculated using rollup function defined in
ExtendedAttributeDefinition.RollupType
(ExtendedAttributeDefinition.getRollupType()
/ExtendedAttributeDefinition.setRollupType(int)
).- See Also:
- Constant Field Values
-
UseFormula
public static final int UseFormula
Means the custom attribute's value for summary rows is calculated using formula defined in
ExtendedAttributeDefinition.Formula
(ExtendedAttributeDefinition.getFormula_Rename_Namesake()
/ExtendedAttributeDefinition.setFormula(String)
).
�or this setting to work,ExtendedAttributeDefinition.CalculationType
(ExtendedAttributeDefinition.getCalculationType()
/ExtendedAttributeDefinition.setCalculationType(int)
) should be set to 'Formula'.- See Also:
- Constant Field Values
-
-