public class VbaProjectReference
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getExtendedLibid() | |
void | setExtendedLibid(java.lang.Stringvalue) | |
Gets and sets the extended Libid of the reference. | ||
java.lang.String | getLibid() | |
void | setLibid(java.lang.Stringvalue) | |
Gets and sets the Libid of the reference. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
Gets and sets the name of the reference. | ||
java.lang.String | getRelativeLibid() | |
void | setRelativeLibid(java.lang.Stringvalue) | |
Gets and sets the referenced VBA project’s identifier with an relative path. | ||
java.lang.String | getTwiddledlibid() | |
void | setTwiddledlibid(java.lang.Stringvalue) | |
Gets and sets the twiddled Libid of the reference. | ||
int | getType() | |
Gets the type of this reference.
The value of the property is VbaProjectReferenceType integer constant. |
public int getType()
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getLibid() / public void setLibid(java.lang.String value)
public java.lang.String getTwiddledlibid() / public void setTwiddledlibid(java.lang.String value)
public java.lang.String getExtendedLibid() / public void setExtendedLibid(java.lang.String value)
public java.lang.String getRelativeLibid() / public void setRelativeLibid(java.lang.String value)