com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IVbaModuleCollection

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IVbaModule addEmptyModule(java.lang.String name)
      Adds a new empty module to the VBA Project.
      IVbaModule get_Item(int index)
      Gets the element at the specified index.
      void remove(IVbaModule value)
      Removes the first occurrence of a specific object from the collection.
      • Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable

        iterator
      • Methods inherited from interface com.aspose.ms.System.Collections.ICollection

        copyTo, getSyncRoot, isSynchronized, size
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • get_Item

        IVbaModule get_Item(int index)

        Gets the element at the specified index.

      • addEmptyModule

        IVbaModule addEmptyModule(java.lang.String name)

        Adds a new empty module to the VBA Project.

        Parameters:
        name - Name of the module
        Returns:
        Added module.
      • remove

        void remove(IVbaModule value)

        Removes the first occurrence of a specific object from the collection.

        Parameters:
        value - The module to remove from the collection.