com.aspose.slides
Class MetaCharacters

java.lang.Object
  extended by com.aspose.slides.MetaCharacters

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(int position)
          Returns the type of a meta character at the specified position.
 java.util.Iterator iterator()
           Returns an iterator for positions of meta characters.
 int size()
          Returns the number of meta characters in the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Returns the number of meta characters in the collection.


get

public int get(int position)
Returns the type of a meta character at the specified position.

Parameters:
position - position of a meta character.
Returns:
The type of a meta character. See MetaCharacterType

iterator

public java.util.Iterator iterator()

Returns an iterator for positions of meta characters.

Positions represented as Integer values.