com.aspose.slides
Interface IVbaReferenceOleTypeLib

All Superinterfaces:
IVbaReference
All Known Implementing Classes:
VbaReferenceOleTypeLib

public interface IVbaReferenceOleTypeLib
extends IVbaReference

Represents OLE Automation type library reference.


Method Summary
 java.lang.String getLibid()
           Represents the identifier of an Automation type library.
 void setLibid(java.lang.String value)
           Represents the identifier of an Automation type library.
 
Methods inherited from interface com.aspose.slides.IVbaReference
getName, setName
 

Method Detail

getLibid

java.lang.String getLibid()

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


setLibid

void setLibid(java.lang.String value)

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



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