org.jopendocument.model.style
Class StyleDefaultStyle

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

public class StyleDefaultStyle
extends Object


Field Summary
protected  String styleFamily
           
protected  StyleProperties styleProperties
           
 
Constructor Summary
StyleDefaultStyle()
           
 
Method Summary
 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(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleFamily

protected String styleFamily

styleProperties

protected StyleProperties styleProperties
Constructor Detail

StyleDefaultStyle

public StyleDefaultStyle()
Method Detail

getStyleFamily

public 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(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)


Copyright © 2010 jOpenDocument All Rights Reserved.