Uses of Class
com.aspose.tasks.GraphicalIndicatorCriteriaValue
-
-
Uses of GraphicalIndicatorCriteriaValue in com.aspose.tasks
Methods in com.aspose.tasks that return GraphicalIndicatorCriteriaValue Modifier and Type Method Description static GraphicalIndicatorCriteriaValueGraphicalIndicatorCriteriaValue. createFieldLink(int field)Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project's field.GraphicalIndicatorCriteriaValueGraphicalIndicatorCriteria. getValue1()Gets the value used to test extended attribute's value.GraphicalIndicatorCriteriaValueGraphicalIndicatorCriteria. getValue2()Gets the second value used to test extended attribute's value in case of 'IsWithin' and 'IsNotWithin' comparison types.Constructors in com.aspose.tasks with parameters of type GraphicalIndicatorCriteriaValue Constructor Description GraphicalIndicatorCriteria(int rowType, int test, int imageIndex, GraphicalIndicatorCriteriaValue value)Initializes a new instance of theGraphicalIndicatorCriteriatype.GraphicalIndicatorCriteria(int rowType, int test, int imageIndex, GraphicalIndicatorCriteriaValue value1, GraphicalIndicatorCriteriaValue value2)Initializes a new instance of theGraphicalIndicatorCriteriatype.
-