IVbaReferenceOleTypeLib
All Implemented Interfaces: com.aspose.slides.IVbaReference
public interface IVbaReferenceOleTypeLib extends IVbaReference
Represents OLE Automation type library reference.
Methods
Method | Description |
---|---|
getLibid() | Represents the identifier of an Automation type library. |
setLibid(String value) | Represents the identifier of an Automation type library. |
getLibid()
public abstract String getLibid()
Represents the identifier of an Automation type library. Read/write String.
Returns: java.lang.String
setLibid(String value)
public abstract void setLibid(String value)
Represents the identifier of an Automation type library. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |