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