public class VbaModule extends Object implements IVbaModule
Represents a module
Modifier and Type | Method and Description |
---|---|
VbaModuleAttributeCollection |
getAttributes()
Represents a collection of
VbaModuleAttributeCollection |
String |
getName()
Gets the name of module.
|
String |
getSourceCode()
Source code
|
public VbaModuleAttributeCollection getAttributes()
Represents a collection of VbaModuleAttributeCollection
getAttributes
in interface IVbaModule
VbaModuleAttribute
objectpublic String getName()
Gets the name of module.
getName
in interface IVbaModule
String
public String getSourceCode()
Source code
getSourceCode
in interface IVbaModule
String