VbaProject
Inheritance: java.lang.Object
public class VbaProject
Represents VbaProject.
Methods
Method | Description |
---|---|
getCompilationArguments() | Gets conditional Compilation Arguments |
getDescription() | Gets a project description. |
getHelpContextId() | Gets a project Help Context Id |
getHelpFile() | Gets a help file name |
getModules() | Gets a collection of VbaModuleCollection |
getName() | Gets project name |
getReferences() | Gets a collection of VbaReferenceCollection |
getCompilationArguments()
public final String getCompilationArguments()
Gets conditional Compilation Arguments
Returns: java.lang.String - conditional Compilation Arguments
getDescription()
public final String getDescription()
Gets a project description.
Returns: java.lang.String - a project description.
getHelpContextId()
public final int getHelpContextId()
Gets a project Help Context Id
Returns: int - a project Help Context Id
getHelpFile()
public final String getHelpFile()
Gets a help file name
Returns: java.lang.String - a help file name
getModules()
public final VbaModuleCollection getModules()
Gets a collection of VbaModuleCollection
Returns: VbaModuleCollection - a collection of VbaModuleCollection
getName()
public final String getName()
Gets project name
Returns: java.lang.String - project name
getReferences()
public final VbaReferenceCollection getReferences()
Gets a collection of VbaReferenceCollection
Returns: VbaReferenceCollection - a collection of VbaReferenceCollection