com.aspose.slides.pptx.animation
Class AnimPointsEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimPointsEx

public class AnimPointsEx
extends java.lang.Object

Represent animation points.


Constructor Summary
AnimPointsEx()
           
 
Method Summary
 AnimPointEx get(int index)
           
 java.util.Iterator getEnumerator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimPointsEx

public AnimPointsEx()
Method Detail

size

public int size()

get

public AnimPointEx get(int index)

getEnumerator

public java.util.Iterator getEnumerator()