ILineFormatCollection
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface ILineFormatCollection extends IGenericCollection<ILineFormat>
Represents the collection of line styles.
Methods
| Method | Description |
|---|---|
| get_Item(int index) | Gets the element at the specified index. |
get_Item(int index)
public abstract ILineFormat get_Item(int index)
Gets the element at the specified index. Read-only ILineFormat.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns: ILineFormat