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
protected static class VBAMacroReader.ModuleImpl extends Object implements Module
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.poi.poifs.macros.Module
Module.ModuleType
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ModuleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Module.ModuleType
geModuleType()
Get the module type.String
getContent()
Get the module content.
-
-
-
Method Detail
-
getContent
public String getContent()
Description copied from interface:Module
Get the module content.- Specified by:
getContent
in interfaceModule
- Returns:
- the module content
-
geModuleType
public Module.ModuleType geModuleType()
Description copied from interface:Module
Get the module type.- Specified by:
geModuleType
in interfaceModule
- Returns:
- the module type
-
-