Uses of Class
com.aspose.tasks.SplitPart
-
-
Uses of SplitPart in com.aspose.tasks
Methods in com.aspose.tasks that return SplitPart Modifier and Type Method Description SplitPart
SplitPartCollection. get(int index)
Retrieves a task's split part at the given index.SplitPart
SplitPartCollection. set(int index, SplitPart value)
Sets a task's split part at the given index.SplitPart[]
SplitPartCollection. toArray()
Copies all parts from the collection to a new array.Methods in com.aspose.tasks with parameters of type SplitPart Modifier and Type Method Description SplitPart
SplitPartCollection. set(int index, SplitPart value)
Sets a task's split part at the given index.
-