|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVbaModuleCollection
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 |
---|
IVbaModule get_Item(int index)
Gets the element at the specified index.
IVbaModule addEmptyModule(java.lang.String name)
Adds a new empty module to the VBA Project.
name
- Name of the module
void remove(IVbaModule value)
Removes the first occurrence of a specific object from the collection.
value
- The module to remove from the collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |