public class VbaProject extends Object
Represents VbaProject
Modifier and Type | Method and Description |
---|---|
String |
getCompilationArguments()
Conditional Compilation Arguments
|
String |
getDescription()
Project Description
|
int |
getHelpContextId()
Project Help Context Id
|
String |
getHelpFile()
Help File Name
|
VbaModuleCollection |
getModules()
Represents a collection of
VbaModuleCollection |
String |
getName()
Project Name
|
VbaReferenceCollection |
getReferences()
Represents a collection of
VbaReferenceCollection |
public String getCompilationArguments()
Conditional Compilation Arguments
String
public String getDescription()
Project Description
String
public int getHelpContextId()
Project Help Context Id
int
public String getHelpFile()
Help File Name
String
public VbaModuleCollection getModules()
Represents a collection of VbaModuleCollection
VbaModuleCollection
public String getName()
Project Name
String
public VbaReferenceCollection getReferences()
Represents a collection of VbaReferenceCollection
VbaReference
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.