|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.MetaCharacters
public class MetaCharacters
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 |
---|
public int getCount()
Gets the number of meta characters contained in the collection.
Read-only int
.
public int get_Item(int position)
Gets the type of meta character at the specified position.
Read-only MetaCharacterType
.
public com.aspose.ms.System.Collections.IDictionaryEnumerator iterator()
Returns enumerator that can iterate through the collection.
IDictionaryEnumerator
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |