org.jopendocument.model.office
Class OfficeMasterStyles

java.lang.Object
  extended by org.jopendocument.model.office.OfficeMasterStyles

public class OfficeMasterStyles
extends Object


Constructor Summary
OfficeMasterStyles()
           
 
Method Summary
 void addMasterPage(StyleMasterPage page)
           
 DrawLayerSet getDrawLayerSet()
          Gets the value of the drawLayerSet property.
 StyleMasterPage getMasterPageFromStyleName(String name)
           
 List<StyleMasterPage> getMasterPages()
           
 StyleHandoutMaster getStyleHandoutMaster()
          Gets the value of the styleHandoutMaster property.
 void setDrawLayerSet(DrawLayerSet value)
          Sets the value of the drawLayerSet property.
 void setStyleHandoutMaster(StyleHandoutMaster value)
          Sets the value of the styleHandoutMaster property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfficeMasterStyles

public OfficeMasterStyles()
Method Detail

addMasterPage

public void addMasterPage(StyleMasterPage page)

getDrawLayerSet

public DrawLayerSet getDrawLayerSet()
Gets the value of the drawLayerSet property.

Returns:
possible object is DrawLayerSet

getMasterPageFromStyleName

public StyleMasterPage getMasterPageFromStyleName(String name)

getMasterPages

public List<StyleMasterPage> getMasterPages()

getStyleHandoutMaster

public StyleHandoutMaster getStyleHandoutMaster()
Gets the value of the styleHandoutMaster property.

Returns:
possible object is StyleHandoutMaster

setDrawLayerSet

public void setDrawLayerSet(DrawLayerSet value)
Sets the value of the drawLayerSet property.

Parameters:
value - allowed object is DrawLayerSet

setStyleHandoutMaster

public void setStyleHandoutMaster(StyleHandoutMaster value)
Sets the value of the styleHandoutMaster property.

Parameters:
value - allowed object is StyleHandoutMaster


Copyright © 2010 jOpenDocument All Rights Reserved.