|
Aspose.Tasks for C++
|
Represents a VBA module. More...
#include <VbaModule.h>
Inherits Aspose::Tasks::IVbaModule.
Public Member Functions | |
| System::SharedPtr< VbaModuleAttributeCollection > | get_Attributes () override |
| Gets a collection of the module's attributes. More... | |
| System::String | get_Name () override |
| Gets a name of the VBA module More... | |
| void | set_Name (const System::String &value) |
| Gets a name of the VBA module More... | |
| VbaModuleType | get_Type () const |
| Gets the type of the module. More... | |
| System::String | get_SourceCode () override |
| Gets a source code of the VBA module More... | |
| void | set_SourceCode (const System::String &value) |
| Sets a source code of the VBA module More... | |
Static Public Member Functions | |
| static System::SharedPtr< VbaModule > | CreateProceduralModule (const System::String &name) |
| Creates an instance of VbaModule with VbaModuleType.ProceduralModule type. More... | |
| static System::SharedPtr< VbaModule > | CreateClassModule (const System::String &name) |
| Creates an instance of VbaModule with VbaModuleType.ClassModule type. More... | |
Represents a VBA module.
|
static |
Creates an instance of VbaModule with VbaModuleType.ClassModule type.
|
static |
Creates an instance of VbaModule with VbaModuleType.ProceduralModule type.
|
overridevirtual |
Gets a collection of the module's attributes.
Implements Aspose::Tasks::IVbaModule.
|
overridevirtual |
Gets a name of the VBA module
Implements Aspose::Tasks::IVbaModule.
|
overridevirtual |
Gets a source code of the VBA module
Implements Aspose::Tasks::IVbaModule.
| VbaModuleType Aspose::Tasks::VbaModule::get_Type | ( | ) | const |
Gets the type of the module.
| void Aspose::Tasks::VbaModule::set_Name | ( | const System::String & | value | ) |
Gets a name of the VBA module
| void Aspose::Tasks::VbaModule::set_SourceCode | ( | const System::String & | value | ) |
Sets a source code of the VBA module