com.aspose.slides
Interface IVbaModuleCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<IVbaModule>, IGenericCollection<IVbaModule>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IVbaModule>, java.lang.Iterable<IVbaModule>
All Known Implementing Classes:
VbaModuleCollection

public interface IVbaModuleCollection
extends IGenericCollection<IVbaModule>


Method Summary
 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.slides.IGenericCollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

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.


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