com.aspose.slides
Class TextRuler.TextLevels

java.lang.Object
  extended by com.aspose.slides.TextRuler.TextLevels
Direct Known Subclasses:
TextRuler.TextLevelCollection
Enclosing class:
TextRuler

Deprecated.

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

Represents a collection of a TextLevel objects.


Method Summary
 TextRuler.TextLevel 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.
 
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 TextRuler.TextLevel get_Item(int index)
Deprecated. 

Gets the element at the specified index.