Uses of Class
org.apache.poi.poifs.macros.Module.ModuleType
-
Packages that use Module.ModuleType Package Description org.apache.poi.poifs.macros -
-
Uses of Module.ModuleType in org.apache.poi.poifs.macros
Methods in org.apache.poi.poifs.macros that return Module.ModuleType Modifier and Type Method Description Module.ModuleTypeModule. geModuleType()Get the module type.Module.ModuleTypeVBAMacroReader.ModuleImpl. geModuleType()static Module.ModuleTypeModule.ModuleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Module.ModuleType[]Module.ModuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-