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.


Constructor Summary
protected Adjustments(AutoShape autoShape)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adjustments

protected Adjustments(AutoShape autoShape)
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.