VbaReferenceOleTypeLib

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IVbaReferenceOleTypeLib

public class VbaReferenceOleTypeLib implements IVbaReferenceOleTypeLib

Represents OLE Automation type library reference.

Constructors

ConstructorDescription
VbaReferenceOleTypeLib(String name, String libid)This constructor creates new OLE Automation type library reference.

Methods

MethodDescription
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:

ParameterTypeDescription
namejava.lang.String
libidjava.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valuejava.lang.String