|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextRuler.TextLevels
com.aspose.slides.TextRuler.TextLevelCollection
public static final class TextRuler.TextLevelCollection
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 |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
copyTo
in interface com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>
public boolean isSynchronized()
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>
public java.lang.Object getSyncRoot()
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>
public com.aspose.ms.System.Collections.IEnumerator<TextRuler.TextLevel> iterator()
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<TextRuler.TextLevel>
iterator
in interface java.lang.Iterable<TextRuler.TextLevel>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<TextRuler.TextLevel>
public int getCount()
TextRuler.TextLevels
Gets the number of elements actually contained in the collection.
getCount
in class TextRuler.TextLevels
public TextRuler.TextLevel get_Item(int index)
TextRuler.TextLevels
Gets the element at the specified index.
get_Item
in class TextRuler.TextLevels
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |