com.powerml.structures
Class SlideMaster

java.lang.Object
  extended bycom.powerml.structures.Master
      extended bycom.powerml.structures.SlideMaster

public final class SlideMaster
extends Master

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

addXml

public void addXml(org.dom4j.Element parent,
                   int roundPrecision,
                   boolean purgeStrings)
Transforms current instance to XML and adds it to a parent element.

Specified by:
addXml in class Master
Parameters:
parent - parent element
roundPrecision - rounding precision
purgeStrings - clean strings of control characters

getName

public java.lang.String getName()
Returns the master's name

Returns:
master's name

getTitleMaster

public TitleMaster getTitleMaster()
Returns the title master assigned to this slide master.

Returns:
title master


© 2004-2005 Ralf Terdic. All rights reserved.
www.powerml.com