org.jopendocument.model.style
Class StyleDefaultStyle

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

public class StyleDefaultStyle
extends java.lang.Object


Constructor Summary
StyleDefaultStyle()
           
 
Method Summary
 java.lang.String getStyleFamily()
          Gets the value of the styleFamily property.
 StyleProperties getStyleProperties()
          Gets the value of the styleProperties property.
 StyleTextProperties getStyleTextProperties()
           
 void setGraphicProperties(StyleGraphicProperties props)
           
 void setParagraphProperties(StyleParagraphProperties props)
           
 void setStyleFamily(java.lang.String value)
          Sets the value of the styleFamily property.
 void setStyleProperties(StyleProperties value)
          Sets the value of the styleProperties property.
 void setStyleTextProperties(StyleTextProperties value)
           
 void setTableProperties(StyleTableProperties props)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleDefaultStyle

public StyleDefaultStyle()
Method Detail

getStyleFamily

public java.lang.String getStyleFamily()
Gets the value of the styleFamily property.

Returns:
possible object is String

getStyleProperties

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

Returns:
possible object is StyleProperties

getStyleTextProperties

public StyleTextProperties getStyleTextProperties()

setStyleFamily

public void setStyleFamily(java.lang.String value)
Sets the value of the styleFamily 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

setStyleTextProperties

public void setStyleTextProperties(StyleTextProperties value)

setParagraphProperties

public void setParagraphProperties(StyleParagraphProperties props)

setGraphicProperties

public void setGraphicProperties(StyleGraphicProperties props)

setTableProperties

public void setTableProperties(StyleTableProperties props)