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 SplitPartSplitPartCollection. get(int index)Retrieves a task's split part at the given index.SplitPartSplitPartCollection. 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 SplitPartSplitPartCollection. set(int index, SplitPart value)Sets a task's split part at the given index.
-