com.aspose.slides.pptx
Class TimeNodesEx

java.lang.Object
  extended by com.aspose.slides.pptx.TimeNodesEx

public class TimeNodesEx
extends java.lang.Object

Represents a collection of time nodes.


Method Summary
 void clear()
           
 int count()
           
 TimeNodeEx get(int index)
           
 java.util.Iterator iterator()
           
 void remove(TimeNodeEx node)
           
 void removeAt(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

count

public int count()

get

public TimeNodeEx get(int index)

removeAt

public void removeAt(int index)

remove

public void remove(TimeNodeEx node)

clear

public void clear()

iterator

public java.util.Iterator iterator()