com.aspose.slides
Interface IVbaReferenceCollection

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

public interface IVbaReferenceCollection
extends IGenericCollection<IVbaReference>


Method Summary
 void add(IVbaReference value)
           Adds the new reference to references collection
 IVbaReference get_Item(int index)
           Gets the element at the specified index.
 
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

IVbaReference get_Item(int index)

Gets the element at the specified index.


add

void add(IVbaReference value)

Adds the new reference to references collection



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