Uses of Class
com.aspose.tasks.OutlineCodeDefinition
-
-
Uses of OutlineCodeDefinition in com.aspose.tasks
Methods in com.aspose.tasks that return OutlineCodeDefinition Modifier and Type Method Description OutlineCodeDefinition
OutlineCodeDefinitionCollection. get(int index)
Returns the element at the specified position in this collection.OutlineCodeDefinition
OutlineCodeDefinitionCollection. remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from the collection.Methods in com.aspose.tasks that return types with arguments of type OutlineCodeDefinition Modifier and Type Method Description Iterator<OutlineCodeDefinition>
OutlineCodeDefinitionCollection. iterator()
Returns an iterator over elements from this collection.List<OutlineCodeDefinition>
OutlineCodeDefinitionCollection. toList()
Converts this OutlineCodeDefinitionCollection object to a list ofOutlineCodeDefinition
objects.Methods in com.aspose.tasks with parameters of type OutlineCodeDefinition Modifier and Type Method Description boolean
OutlineCodeDefinitionCollection. add(OutlineCodeDefinition item)
Adds the specified item to this collection.Method parameters in com.aspose.tasks with type arguments of type OutlineCodeDefinition Modifier and Type Method Description void
OutlineCodeDefinitionCollection. sort(Comparator<? super OutlineCodeDefinition> c)
Constructors in com.aspose.tasks with parameters of type OutlineCodeDefinition Constructor Description OutlineCode(OutlineCodeDefinition codeDefinition, OutlineValue outlineValue)
Initializes a new instance of theOutlineCode
class using the specified Outline Code and one of its values.
-