com.aspose.slides
Interface IAdjustValueCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable
All Known Implementing Classes:
AdjustValueCollection

public interface IAdjustValueCollection
extends com.aspose.ms.System.Collections.ICollection

Reprasents a collection of shape's adjustments.


Method Summary
 IAdjustValue get_Item(int index)
           Returns adjustment by index.
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable
iterator
 

Method Detail

get_Item

IAdjustValue get_Item(int index)

Returns adjustment by index.

Parameters:
index - adjustment's index.
Returns:
IAdjustValue.


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