com.aspose.slides
Class AdjustmentsEx

java.lang.Object
  extended by com.aspose.slides.AdjustmentsEx
Direct Known Subclasses:
AdjustValueExCollection

Deprecated.

@Deprecated
public class AdjustmentsEx
extends java.lang.Object

Reprasents a collection of shape's adjustments.


Method Summary
 AdjustValueEx get_Item(int index)
          Deprecated.  Returns adjustment by index.
 int getCount()
          Deprecated.  Return a number of adjustments.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Deprecated. 

Return a number of adjustments.


get_Item

public AdjustValueEx get_Item(int index)
Deprecated. 

Returns adjustment by index.

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