com.aspose.slides
Class Adjustments

java.lang.Object
  extended by com.aspose.slides.Adjustments

public final class Adjustments
extends java.lang.Object

Represents the adjustment values for an AutoShapes.


Method Summary
 int get(int index)
          Returns the element at the specified index.
 int size()
          Returns the number of elements actually contained in the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Returns the number of elements actually contained in the collection.


get

public int get(int index)
Returns the element at the specified index.