VbaProjectReference
Inheritance: java.lang.Object
public class VbaProjectReference
Represents the refernece of VBA project.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getExtendedLibid() | the extended Libid of the reference. |
getLibid() | the Libid of the reference. |
getName() | the name of the reference. |
getRelativeLibid() | the referenced VBA project\u9225\u6a9a identifier with an relative path. |
getTwiddledlibid() | the twiddled Libid of the reference. |
getType() | Gets the type of this reference. |
hashCode() | |
notify() | |
notifyAll() | |
setExtendedLibid(String value) | For the description of this property, please see getExtendedLibid() |
setLibid(String value) | For the description of this property, please see getLibid() |
setName(String value) | For the description of this property, please see getName() |
setRelativeLibid(String value) | For the description of this property, please see getRelativeLibid() |
setTwiddledlibid(String value) | For the description of this property, please see getTwiddledlibid() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getExtendedLibid()
public String getExtendedLibid()
the extended Libid of the reference. Only for control reference.
Returns: java.lang.String
getLibid()
public String getLibid()
the Libid of the reference.
Returns: java.lang.String
getName()
public String getName()
the name of the reference.
Returns: java.lang.String
getRelativeLibid()
public String getRelativeLibid()
the referenced VBA project\u9225\u6a9a identifier with an relative path. Only for project reference.
Returns: java.lang.String
getTwiddledlibid()
public String getTwiddledlibid()
the twiddled Libid of the reference. Only for control reference.
Returns: java.lang.String
getType()
public int getType()
Gets the type of this reference.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setExtendedLibid(String value)
public void setExtendedLibid(String value)
For the description of this property, please see getExtendedLibid()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setLibid(String value)
public void setLibid(String value)
For the description of this property, please see getLibid()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setName(String value)
public void setName(String value)
For the description of this property, please see getName()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setRelativeLibid(String value)
public void setRelativeLibid(String value)
For the description of this property, please see getRelativeLibid()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTwiddledlibid(String value)
public void setTwiddledlibid(String value)
For the description of this property, please see getTwiddledlibid()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |