com.aspose.slides
Class MetaCharacters

java.lang.Object
  extended by com.aspose.slides.MetaCharacters
Direct Known Subclasses:
MetaCharacterCollection

public class MetaCharacters
extends java.lang.Object

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
 int get_Item(int position)
           Gets the type of meta character at the specified position.
 int getCount()
           Gets the number of meta characters contained in the collection.
 com.aspose.ms.System.Collections.IDictionaryEnumerator iterator()
           Returns enumerator that can iterate through the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()

Gets the number of meta characters contained in the collection. Read-only int.


get_Item

public int get_Item(int position)

Gets the type of meta character at the specified position. Read-only MetaCharacterType.


iterator

public com.aspose.ms.System.Collections.IDictionaryEnumerator iterator()

Returns enumerator that can iterate through the collection.

Returns:
Enumerator that can iterate through the collection. See IDictionaryEnumerator.