com.aspose.slides
Class Placeholders

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

public final class Placeholders
extends java.lang.Object

Represents the collection of a placeholders.


Method Summary
 Placeholder get(int index)
          Returns the element at the specified index.
 int size()
          Returns the number of elements in this collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Returns the number of elements in this collection.

Returns:
The number of elements in this collection.

get

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

Parameters:
index - index of element to return.
Returns:
The element at the specified index.