com.aspose.slides
Class TextRuler.TextLevelCollection
java.lang.Object
com.aspose.slides.TextRuler.TextLevels
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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>