com.aspose.slides
Class VbaReferenceOleTypeLib

java.lang.Object
  extended by com.aspose.slides.VbaReferenceOleTypeLib
All Implemented Interfaces:
IVbaReference, IVbaReferenceOleTypeLib

public class VbaReferenceOleTypeLib
extends java.lang.Object
implements IVbaReferenceOleTypeLib

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

VbaReferenceOleTypeLib

public VbaReferenceOleTypeLib(java.lang.String name,
                              java.lang.String libid)

This constructor creates new OLE Automation type library reference.

Method Detail

getName

public java.lang.String getName()

Represents the name of the VBA project reference. Read/write String.

Specified by:
getName in interface IVbaReference

setName

public void setName(java.lang.String value)

Represents the name of the VBA project reference. Read/write String.

Specified by:
setName in interface IVbaReference

getLibid

public java.lang.String getLibid()

Represents the identifier of an Automation type library. Read/write String.

Specified by:
getLibid in interface IVbaReferenceOleTypeLib

setLibid

public void setLibid(java.lang.String value)

Represents the identifier of an Automation type library. Read/write String.

Specified by:
setLibid in interface IVbaReferenceOleTypeLib


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.