Uses of Class
com.aspose.tasks.OutlineValue
-
-
Uses of OutlineValue in com.aspose.tasks
Methods in com.aspose.tasks that return OutlineValue Modifier and Type Method Description OutlineValue
OutlineValueCollection. get(int index)
Returns the element at the specified position in this collection.OutlineValue
OutlineValueCollection. 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 OutlineValue Modifier and Type Method Description Iterator<OutlineValue>
OutlineValueCollection. iterator()
Returns an iterator over elements from this collection.Methods in com.aspose.tasks with parameters of type OutlineValue Modifier and Type Method Description boolean
OutlineValueCollection. add(OutlineValue item)
Adds the specified item to this collection.
-