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:ModuleGet the module content.- Specified by:
getContentin interfaceModule- Returns:
- the module content
-
geModuleType
Description copied from interface:ModuleGet the module type.- Specified by:
geModuleTypein interfaceModule- Returns:
- the module type
-