public class VbaModule extends Object implements IVbaModule
Represents a VBA module.
Modifier and Type | Method and Description |
---|---|
VbaModuleAttributeCollection |
getAttributes()
Gets a collection of
VbaModuleAttributeCollection |
String |
getName()
Gets the name of module.
|
String |
getSourceCode()
Gets a source code of VBA module
|
public final VbaModuleAttributeCollection getAttributes()
Gets a collection of VbaModuleAttributeCollection
getAttributes
in interface IVbaModule
VbaModuleAttributeCollection
public final String getName()
Gets the name of module.
getName
in interface IVbaModule
public final String getSourceCode()
Gets a source code of VBA module
getSourceCode
in interface IVbaModule
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.