com.aspose.slides
Class Placeholders

java.lang.Object
  extended by com.aspose.slides.Placeholders
Direct Known Subclasses:
PlaceholderCollection

Deprecated.

@Deprecated
public class Placeholders
extends java.lang.Object

Represents a collection of a placeholders.


Method Summary
 Placeholder get_Item(int index)
          Deprecated.  Gets the element at the specified index.
 int getCount()
          Deprecated.  Gets the number of elements actually contained in the collection.
 com.aspose.ms.System.Collections.IDictionaryEnumerator iterator()
          Deprecated.  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()
Deprecated. 

Gets the number of elements actually contained in the collection.


get_Item

public Placeholder get_Item(int index)
Deprecated. 

Gets the element at the specified index.


iterator

public com.aspose.ms.System.Collections.IDictionaryEnumerator iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Returns:
An IDictionaryEnumerator for the entire collection.