Uses of Enum Class
com.aspose.tasks.cloud.model.VbaModuleType
Packages that use VbaModuleType
-
Uses of VbaModuleType in com.aspose.tasks.cloud.model
Subclasses with type arguments of type VbaModuleType in com.aspose.tasks.cloud.modelModifier and TypeClassDescriptionenumSpecifies the type of a module in a VBA project.static classMethods in com.aspose.tasks.cloud.model that return VbaModuleTypeModifier and TypeMethodDescriptionstatic VbaModuleTypeCreateVbaModuleRequest.getType()Gets or sets the type of the VBA module to create.VbaModule.getType()Gets the type of the module.VbaModuleType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static VbaModuleTypeReturns the enum constant of this class with the specified name.static VbaModuleType[]VbaModuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type VbaModuleTypeModifier and TypeMethodDescriptionvoidCreateVbaModuleRequest.setType(VbaModuleType type) voidVbaModule.setType(VbaModuleType type) CreateVbaModuleRequest.type(VbaModuleType type) VbaModule.type(VbaModuleType type) voidVbaModuleType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, VbaModuleType enumeration)