com.aspose.slides
Class TextRuler.TextLevels

java.lang.Object
  extended by com.aspose.slides.TextRuler.TextLevels
Enclosing class:
TextRuler

public static class TextRuler.TextLevels
extends java.lang.Object

Represents a collection of a TextLevel objects.


Method Summary
 TextRuler.TextLevel get(int index)
          Returns the element at the specified index.
 int size()
          Returns the number of elements actually contained in the 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 actually contained in the collection.

Returns:
the number of elements.

get

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

Parameters:
index -
Returns:
the element at the specified index.