Interface Module

All Known Implementing Classes:
VBAMacroReader.ModuleImpl

public interface Module
Representation of Macro module in office file.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Type of macro module
  • Method Summary

    Modifier and Type
    Method
    Description
    Get 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