org.jopendocument.model.office
Class OfficeMasterStyles

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

public class OfficeMasterStyles
extends java.lang.Object


Constructor Summary
OfficeMasterStyles()
           
 
Method Summary
 void addMasterPage(StyleMasterPage page)
           
 DrawLayerSet getDrawLayerSet()
          Gets the value of the drawLayerSet property.
 StyleMasterPage getMasterPageFromStyleName(java.lang.String name)
           
 java.util.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
equals, 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(java.lang.String name)

getMasterPages

public java.util.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