VbaReferenceOleTypeLib
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IVbaReferenceOleTypeLib
public class VbaReferenceOleTypeLib implements IVbaReferenceOleTypeLib
Represents OLE Automation type library reference.
Constructors
Constructor | Description |
---|---|
VbaReferenceOleTypeLib(String name, String libid) | This constructor creates new OLE Automation type library reference. |
Methods
Method | Description |
---|---|
getName() | Represents the name of the VBA project reference. |
setName(String value) | Represents the name of the VBA project reference. |
getLibid() | Represents the identifier of an Automation type library. |
setLibid(String value) | Represents the identifier of an Automation type library. |
VbaReferenceOleTypeLib(String name, String libid)
public VbaReferenceOleTypeLib(String name, String libid)
This constructor creates new OLE Automation type library reference.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | |
libid | java.lang.String |
getName()
public final String getName()
Represents the name of the VBA project reference. Read/write String.
Returns: java.lang.String
setName(String value)
public final void setName(String value)
Represents the name of the VBA project reference. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getLibid()
public final String getLibid()
Represents the identifier of an Automation type library. Read/write String.
Returns: java.lang.String
setLibid(String value)
public final void setLibid(String value)
Represents the identifier of an Automation type library. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |