|
|||||||||
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(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 |
---|
public int size()
public int get(int position)
position
- position of a meta character.
MetaCharacterType
public java.util.Iterator iterator()
Returns an iterator for positions of meta characters.
Positions represented as Integer values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |