Uses of Class
com.aspose.tasks.VbaModule
-
-
Uses of VbaModule in com.aspose.tasks
Methods in com.aspose.tasks that return VbaModule Modifier and Type Method Description static VbaModuleVbaModule. createClassModule(String name)Creates an instance ofVbaModulewith VbaModuleType.ClassModule type.static VbaModuleVbaModule. createProceduralModule(String name)Creates an instance ofVbaModulewith VbaModuleType.ProceduralModule type.VbaModuleVbaModuleCollection. get(int index)Gets the module at the specified index.VbaModuleVbaModuleCollection. get(String moduleName)Gets the module with the specified name.Methods in com.aspose.tasks that return types with arguments of type VbaModule Modifier and Type Method Description Iterator<VbaModule>VbaModuleCollection. iterator()Returns an enumerator for this collection.List<VbaModule>VbaModuleCollection. toList()Converts the collection object to a list ofVbaModuleobjects.Methods in com.aspose.tasks with parameters of type VbaModule Modifier and Type Method Description voidVbaModuleCollection. addItem(VbaModule item)Add the specified module to this collection.booleanVbaModuleCollection. contains(VbaModule item)Checks if collection contains specified item.booleanVbaModuleCollection. remove(VbaModule item)Removes newly added module from the collection.voidVbaModuleCollection. removeItem(VbaModule item)Removes module from the collection.
-