com.aspose.slides
Class Placeholders

java.lang.Object
  extended by com.aspose.slides.Placeholders
All Implemented Interfaces:
java.lang.Iterable<com.aspose.ms.System.Collections.DictionaryEntry<java.lang.Integer,Placeholder>>

public final class Placeholders
extends java.lang.Object
implements java.lang.Iterable<com.aspose.ms.System.Collections.DictionaryEntry<java.lang.Integer,Placeholder>>

Represents a collection of a placeholders.


Method Summary
 Placeholder get(int index)
          Gets the element at the specified index.
 int getCount()
          Gets the number of elements actually contained in the collection.
 java.util.Iterator<com.aspose.ms.System.Collections.DictionaryEntry<java.lang.Integer,Placeholder>> iterator()
          Returns an enumerator for the entire collection.
 
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

public Placeholder get(int index)
Gets the element at the specified index.


iterator

public java.util.Iterator<com.aspose.ms.System.Collections.DictionaryEntry<java.lang.Integer,Placeholder>> iterator()
Returns an enumerator for the entire collection.

Specified by:
iterator in interface java.lang.Iterable<com.aspose.ms.System.Collections.DictionaryEntry<java.lang.Integer,Placeholder>>