Package org.apache.poi.poifs.macros
Interface Module
- All Known Implementing Classes:
VBAMacroReader.ModuleImpl
public interface Module
Representation of Macro module in office file.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the module type.Get the module content.
-
Method Details
-
getContent
String getContent()Get the module content.- Returns:
- the module content
-
geModuleType
Module.ModuleType geModuleType()Get the module type.- Returns:
- the module type
-