Package org.apache.poi.poifs.macros
Class VBAMacroReader.ModuleImpl
java.lang.Object
org.apache.poi.poifs.macros.VBAMacroReader.ModuleImpl
- All Implemented Interfaces:
Module
- Enclosing class:
VBAMacroReader
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.poi.poifs.macros.Module
Module.ModuleType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the module type.Get the module content.
-
Constructor Details
-
ModuleImpl
protected ModuleImpl()
-
-
Method Details
-
getContent
Description copied from interface:Module
Get the module content.- Specified by:
getContent
in interfaceModule
- Returns:
- the module content
-
geModuleType
Description copied from interface:Module
Get the module type.- Specified by:
geModuleType
in interfaceModule
- Returns:
- the module type
-