|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.VbaReferenceOleTypeLib
public class VbaReferenceOleTypeLib
Represents OLE Automation type library reference.
Constructor Summary | |
---|---|
VbaReferenceOleTypeLib(java.lang.String name,
java.lang.String libid)
This constructor creates new OLE Automation type library reference. |
Method Summary | |
---|---|
java.lang.String |
getLibid()
Represents the identifier of an Automation type library. |
java.lang.String |
getName()
Represents the name of the VBA project reference. |
void |
setLibid(java.lang.String value)
Represents the identifier of an Automation type library. |
void |
setName(java.lang.String value)
Represents the name of the VBA project reference. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VbaReferenceOleTypeLib(java.lang.String name, java.lang.String libid)
This constructor creates new OLE Automation type library reference.
Method Detail |
---|
public java.lang.String getName()
Represents the name of the VBA project reference.
Read/write String
.
getName
in interface IVbaReference
public void setName(java.lang.String value)
Represents the name of the VBA project reference.
Read/write String
.
setName
in interface IVbaReference
public java.lang.String getLibid()
Represents the identifier of an Automation type library.
Read/write String
.
getLibid
in interface IVbaReferenceOleTypeLib
public void setLibid(java.lang.String value)
Represents the identifier of an Automation type library.
Read/write String
.
setLibid
in interface IVbaReferenceOleTypeLib
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |