|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.MetaCharacters
com.aspose.slides.MetaCharacterCollection
public final class MetaCharacterCollection
Represents collection of meta characters. Meta characters are special characters in text boxes (always '*' in MS PowerPoint) which substituted by SlideNumber, Footer, Header, Date and etc. on slides rendering.
Method Summary | |
---|---|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all items from the collection to an array. |
java.lang.Object |
getSyncRoot()
Returns object itself. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IDictionaryEnumerator |
iterator()
Returns an enumerator for the entire collection. |
int |
size()
|
Methods inherited from class com.aspose.slides.MetaCharacters |
---|
get_Item, getCount |
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)
Copies all items from the collection to an array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
array
- Array to fill.index
- Starting position of array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection
public java.lang.Object getSyncRoot()
Returns object itself.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
public com.aspose.ms.System.Collections.IDictionaryEnumerator iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
iterator
in class MetaCharacters
IDictionaryEnumerator
.public int size()
size
in interface com.aspose.ms.System.Collections.ICollection
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |