Class VbaModule
java.lang.Object
com.aspose.tasks.cloud.model.VbaModule
Represents a vba module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(VbaModuleAttribute attributesItem) attributes(List<VbaModuleAttribute> attributes) booleanGets a collection of VbaModuleAttributeCollectiongetName()Gets the name of the module.Gets a source code of the modulegetType()Gets the type of the module.inthashCode()voidsetAttributes(List<VbaModuleAttribute> attributes) voidvoidsetSourceCode(String sourceCode) voidsetType(VbaModuleType type) sourceCode(String sourceCode) toString()type(VbaModuleType type)
-
Constructor Details
-
VbaModule
public VbaModule()
-
-
Method Details
-
attributes
-
addAttributesItem
-
getAttributes
Gets a collection of VbaModuleAttributeCollection- Returns:
- attributes
-
setAttributes
-
name
-
getName
-
setName
-
sourceCode
-
getSourceCode
-
setSourceCode
-
type
-
getType
-
setType
-
equals
-
hashCode
-
toString
-