public class VbaReferenceOleTypeLib extends java.lang.Object implements IVbaReferenceOleTypeLib
Represents OLE Automation type library reference.
| Constructor and Description |
|---|
VbaReferenceOleTypeLib(java.lang.String name,
java.lang.String libid)
This constructor creates new OLE Automation type library reference.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public VbaReferenceOleTypeLib(java.lang.String name,
java.lang.String libid)
This constructor creates new OLE Automation type library reference.
public final java.lang.String getName()
Represents the name of the VBA project reference.
Read/write String.
getName in interface IVbaReferencepublic final void setName(java.lang.String value)
Represents the name of the VBA project reference.
Read/write String.
setName in interface IVbaReferencepublic final java.lang.String getLibid()
Represents the identifier of an Automation type library.
Read/write String.
getLibid in interface IVbaReferenceOleTypeLibpublic final void setLibid(java.lang.String value)
Represents the identifier of an Automation type library.
Read/write String.
setLibid in interface IVbaReferenceOleTypeLibCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.