org.jopendocument.model.style
Class StylePageMaster

java.lang.Object
  extended by org.jopendocument.model.style.StylePageMaster

public class StylePageMaster
extends Object


Field Summary
protected  StyleFooterStyle styleFooterStyle
           
protected  StyleHeaderStyle styleHeaderStyle
           
protected  String styleName
           
protected  String stylePageUsage
           
protected  StyleProperties styleProperties
           
 
Constructor Summary
StylePageMaster()
           
 
Method Summary
 StyleFooterStyle getStyleFooterStyle()
          Gets the value of the styleFooterStyle property.
 StyleHeaderStyle getStyleHeaderStyle()
          Gets the value of the styleHeaderStyle property.
 String getStyleName()
          Gets the value of the styleName property.
 String getStylePageUsage()
          Gets the value of the stylePageUsage property.
 StyleProperties getStyleProperties()
          Gets the value of the styleProperties property.
 void setStyleFooterStyle(StyleFooterStyle value)
          Sets the value of the styleFooterStyle property.
 void setStyleHeaderStyle(StyleHeaderStyle value)
          Sets the value of the styleHeaderStyle property.
 void setStyleName(String value)
          Sets the value of the styleName property.
 void setStylePageUsage(String value)
          Sets the value of the stylePageUsage property.
 void setStyleProperties(StyleProperties value)
          Sets the value of the styleProperties property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleFooterStyle

protected StyleFooterStyle styleFooterStyle

styleHeaderStyle

protected StyleHeaderStyle styleHeaderStyle

styleName

protected String styleName

stylePageUsage

protected String stylePageUsage

styleProperties

protected StyleProperties styleProperties
Constructor Detail

StylePageMaster

public StylePageMaster()
Method Detail

getStyleFooterStyle

public StyleFooterStyle getStyleFooterStyle()
Gets the value of the styleFooterStyle property.

Returns:
possible object is StyleFooterStyle

getStyleHeaderStyle

public StyleHeaderStyle getStyleHeaderStyle()
Gets the value of the styleHeaderStyle property.

Returns:
possible object is StyleHeaderStyle

getStyleName

public String getStyleName()
Gets the value of the styleName property.

Returns:
possible object is String

getStylePageUsage

public String getStylePageUsage()
Gets the value of the stylePageUsage property.

Returns:
possible object is String

getStyleProperties

public StyleProperties getStyleProperties()
Gets the value of the styleProperties property.

Returns:
possible object is StyleProperties

setStyleFooterStyle

public void setStyleFooterStyle(StyleFooterStyle value)
Sets the value of the styleFooterStyle property.

Parameters:
value - allowed object is StyleFooterStyle

setStyleHeaderStyle

public void setStyleHeaderStyle(StyleHeaderStyle value)
Sets the value of the styleHeaderStyle property.

Parameters:
value - allowed object is StyleHeaderStyle

setStyleName

public void setStyleName(String value)
Sets the value of the styleName property.

Parameters:
value - allowed object is String

setStylePageUsage

public void setStylePageUsage(String value)
Sets the value of the stylePageUsage property.

Parameters:
value - allowed object is String

setStyleProperties

public void setStyleProperties(StyleProperties value)
Sets the value of the styleProperties property.

Parameters:
value - allowed object is StyleProperties


Copyright © 2010 jOpenDocument All Rights Reserved.