com.aspose.slides
Interface ILineFormatCollection

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

public interface ILineFormatCollection
extends IGenericCollection<ILineFormat>

Represents the collection of line styles.


Method Summary
 ILineFormat 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

ILineFormat get_Item(int index)

Gets the element at the specified index. Read-only ILineFormat.



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