public class VbaProjectReferenceCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
VbaProjectReference | get(int i) | |
Get the reference in the list by the index.
|
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
int | addControlRefrernce(java.lang.String name, java.lang.String libid, java.lang.String twiddledlibid, java.lang.String extendedLibid) | |
Add a reference to a twiddled type library and its extended type library.
|
||
int | addProjectRefrernce(java.lang.String name, java.lang.String absoluteLibid, java.lang.String relativeLibid) | |
Add a reference to an external VBA project.
|
||
int | addRegisteredReference(java.lang.String name, java.lang.String libid) | |
Add a reference to an Automation type library.
|
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
java.lang.Object | get(int index) | |
Reserved for internal use. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getCount()
public VbaProjectReference get(int i)
i
- The index.public int addRegisteredReference(java.lang.String name, java.lang.String libid)
name
- The name of reference.libid
- The identifier of an Automation type library.public int addControlRefrernce(java.lang.String name, java.lang.String libid, java.lang.String twiddledlibid, java.lang.String extendedLibid)
name
- The name of reference.libid
- The identifier of an Automation type library.twiddledlibid
- The identifier of a twiddled type libraryextendedLibid
- The identifier of an extended type librarypublic int addProjectRefrernce(java.lang.String name, java.lang.String absoluteLibid, java.lang.String relativeLibid)
name
- The name of reference.absoluteLibid
- The referenced VBA project’s identifier with an absolute path.relativeLibid
- The referenced VBA project’s identifier with an relative path.public void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public java.lang.Object get(int index)
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)