com.aspose.slides
Class TextRuler.TextLevelCollection

java.lang.Object
  extended by com.aspose.slides.TextRuler.TextLevels
      extended by com.aspose.slides.TextRuler.TextLevelCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>, com.aspose.ms.System.Collections.IEnumerable<TextRuler.TextLevel>, java.lang.Iterable<TextRuler.TextLevel>
Enclosing class:
TextRuler

public static final class TextRuler.TextLevelCollection
extends TextRuler.TextLevels
implements com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>

Represents a collection of a TextLevel objects.


Method Summary
 void copyTo(com.aspose.ms.System.Array array, int index)
           
 TextRuler.TextLevel get_Item(int index)
           Gets the element at the specified index.
 int getCount()
           Gets the number of elements actually contained in the collection.
 java.lang.Object getSyncRoot()
           
 boolean isSynchronized()
           
 com.aspose.ms.System.Collections.IEnumerator<TextRuler.TextLevel> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyTo

public void copyTo(com.aspose.ms.System.Array array,
                   int index)
Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>

isSynchronized

public boolean isSynchronized()
Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>

getSyncRoot

public java.lang.Object getSyncRoot()
Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>

iterator

public com.aspose.ms.System.Collections.IEnumerator<TextRuler.TextLevel> iterator()
Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<TextRuler.TextLevel>
Specified by:
iterator in interface java.lang.Iterable<TextRuler.TextLevel>

size

public int size()
Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>

getCount

public int getCount()
Description copied from class: TextRuler.TextLevels

Gets the number of elements actually contained in the collection.

Overrides:
getCount in class TextRuler.TextLevels

get_Item

public TextRuler.TextLevel get_Item(int index)
Description copied from class: TextRuler.TextLevels

Gets the element at the specified index.

Overrides:
get_Item in class TextRuler.TextLevels