VbaModule
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.tasks.IVbaModule
public class VbaModule implements IVbaModule
Represents a VBA module.
Methods
Method | Description |
---|---|
getAttributes() | {@inheritDoc} |
getName() | {@inheritDoc} |
getSourceCode() | {@inheritDoc} |
getAttributes()
public final VbaModuleAttributeCollection getAttributes()
Gets a collection of VbaModuleAttributeCollection
Returns: VbaModuleAttributeCollection - {@inheritDoc}
getName()
public final String getName()
Gets a name of the VBA module
Returns: java.lang.String - {@inheritDoc}
getSourceCode()
public final String getSourceCode()
Gets a source Code of the VBA module
Returns: java.lang.String - {@inheritDoc}