Uses of Class
com.aspose.tasks.WBSCodeMask
-
-
Uses of WBSCodeMask in com.aspose.tasks
Methods in com.aspose.tasks that return WBSCodeMask Modifier and Type Method Description WBSCodeMaskWBSCodeMaskCollection. get(int index)WBSCodeMaskWBSCodeMaskCollection. remove(int index)Removes the element at the specified position in this list.Methods in com.aspose.tasks that return types with arguments of type WBSCodeMask Modifier and Type Method Description Iterator<WBSCodeMask>WBSCodeMaskCollection. iterator()Returns an enumerator for this collection.List<WBSCodeMask>WBSCodeMaskCollection. toList()Converts a WBSCodeMaskCollection to a list ofWBSCodeMaskobjects.Methods in com.aspose.tasks with parameters of type WBSCodeMask Modifier and Type Method Description voidWBSCodeMaskCollection. add(int index, WBSCodeMask element)Inserts the specified element at the specified position in this list.booleanWBSCodeMaskCollection. add(WBSCodeMask item)Adds the specified item to this collection.
-