ILineFormatCollectionEffectiveData
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface ILineFormatCollectionEffectiveData extends IGenericCollection<ILineFormatEffectiveData>
Immutable object that represents a readonly collection of effective line formats.
This interface is used as a part of IFormatSchemeEffectiveData.
Methods
Method | Description |
---|---|
get_Item(int index) | Gets the element at the specified index. |
get_Item(int index)
public abstract ILineFormatEffectiveData get_Item(int index)
Gets the element at the specified index. Read-only ILineFormatEffectiveData.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int |
Returns: ILineFormatEffectiveData