com.aspose.slides
Interface ILineFormatCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection<ILineFormat>, com.aspose.ms.System.Collections.IEnumerable<ILineFormat>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ILineFormat>, java.lang.Iterable<ILineFormat>
All Known Implementing Classes:
LineFormatCollection

public interface ILineFormatCollection
extends com.aspose.ms.System.Collections.ICollection<ILineFormat>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ILineFormat>

Represents the collection of line styles.


Method Summary
 ILineFormat get_Item(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

ILineFormat get_Item(int index)