|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.powerml.structures.Master
com.powerml.structures.SlideMaster
Represents a slide master. Each slide in a presentation has a slide master assigned, except title slides, which have title masters. A title master always comes together with a slide master (however, a slide master doesn't necessarily need a title master).
| Method Summary | |
void |
addXml(org.dom4j.Element parent,
int roundPrecision,
boolean purgeStrings)
Transforms current instance to XML and adds it to a parent element. |
java.lang.String |
getName()
Returns the master's name |
TitleMaster |
getTitleMaster()
Returns the title master assigned to this slide master. |
| Methods inherited from class com.powerml.structures.Master |
getBackground, getId, getShapes |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void addXml(org.dom4j.Element parent,
int roundPrecision,
boolean purgeStrings)
addXml in class Masterparent - parent elementroundPrecision - rounding precisionpurgeStrings - clean strings of control characterspublic java.lang.String getName()
public TitleMaster getTitleMaster()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||