com.aspose.slides
Interface IVbaProject

All Known Implementing Classes:
VbaProject

public interface IVbaProject


Method Summary
 IVbaModuleCollection getModules()
           Returns the list of all modules that are contained in the VBA project.
 java.lang.String getName()
           Returns the name of the VBA project.
 IVbaReferenceCollection getReferences()
           Returns the list of all references that are contained in the VBA project.
 byte[] toBinary()
           Returns the binary representation of the VBA project as OLE container.
 

Method Detail

getName

java.lang.String getName()

Returns the name of the VBA project. Read-only String.


getModules

IVbaModuleCollection getModules()

Returns the list of all modules that are contained in the VBA project. Read-only IVbaModuleCollection.


getReferences

IVbaReferenceCollection getReferences()

Returns the list of all references that are contained in the VBA project. Read-only IVbaReferenceCollection.


toBinary

byte[] toBinary()

Returns the binary representation of the VBA project as OLE container. Read-only byte[].

Returns:
Binary representation of the VBA project as OLE container


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