com.aspose.slides
Class Adjustments

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

public class Adjustments
extends java.lang.Object

Represents an adjustment values for AutoShapes.


Method Summary
 int get_Item(int index)
           Gets or sets the element at the specified index.
 int getCount()
           Gets the number of elements actually contained in the collection.
 void set_Item(int index, int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()

Gets the number of elements actually contained in the collection.


get_Item

public int get_Item(int index)

Gets or sets the element at the specified index.


set_Item

public void set_Item(int index,
                     int value)