IVbaProject Interface

Namespace:  Aspose.Slides.Vba
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IVbaProject

The IVbaProject type exposes the following members.

Properties
  NameDescription
Public propertyModules
Returns the list of all modules that are contained in the VBA project. Read-only IVbaModuleCollection.
Public propertyName
Returns the name of the VBA project. Read-only String.
Public propertyReferences
Returns the list of all references that are contained in the VBA project. Read-only IVbaReferenceCollection.
Methods
  NameDescription
Public methodToBinary
Returns the binary representation of the VBA project as OLE container. Read-only byte.
See Also