org.jopendocument.model.style
Class StylePageMaster

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

public class StylePageMaster
extends java.lang.Object


Constructor Summary
StylePageMaster()
           
 
Method Summary
 StyleFooterStyle getStyleFooterStyle()
          Gets the value of the styleFooterStyle property.
 StyleHeaderStyle getStyleHeaderStyle()
          Gets the value of the styleHeaderStyle property.
 java.lang.String getStyleName()
          Gets the value of the styleName property.
 java.lang.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(java.lang.String value)
          Sets the value of the styleName property.
 void setStylePageUsage(java.lang.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 java.lang.String getStyleName()
Gets the value of the styleName property.

Returns:
possible object is String

getStylePageUsage

public java.lang.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(java.lang.String value)
Sets the value of the styleName property.

Parameters:
value - allowed object is String

setStylePageUsage

public void setStylePageUsage(java.lang.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