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.


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

Constructor Detail

Placeholders

protected Placeholders()
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.

setPlaceholder

protected void setPlaceholder(int index,
                              Placeholder pholder)