Package com.aspose.tasks
Class VbaProject
- java.lang.Object
-
- com.aspose.tasks.VbaProject
-
public class VbaProject extends Object
Represents
VbaProject
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCompilationArguments()
Gets conditional Compilation ArgumentsString
getDescription()
Gets a project description.int
getHelpContextId()
Gets a project Help Context IdString
getHelpFile()
Gets a help file nameVbaModuleCollection
getModules()
Gets a collection ofVbaModuleCollection
String
getName()
Gets project nameVbaReferenceCollection
getReferences()
Gets a collection ofVbaReferenceCollection
-
-
-
Method Detail
-
getCompilationArguments
public final String getCompilationArguments()
Gets conditional Compilation Arguments
- Returns:
- conditional Compilation Arguments
-
getDescription
public final String getDescription()
Gets a project description.
- Returns:
- a project description.
-
getHelpContextId
public final int getHelpContextId()
Gets a project Help Context Id
- Returns:
- a project Help Context Id
-
getHelpFile
public final String getHelpFile()
Gets a help file name
- Returns:
- a help file name
-
getModules
public final VbaModuleCollection getModules()
Gets a collection of
VbaModuleCollection
- Returns:
- a collection of
VbaModuleCollection
-
getName
public final String getName()
Gets project name
- Returns:
- project name
-
getReferences
public final VbaReferenceCollection getReferences()
Gets a collection of
VbaReferenceCollection
- Returns:
- a collection of
VbaReferenceCollection
-
-