org.jopendocument.model.style
Class StyleDefaultStyle
java.lang.Object
org.jopendocument.model.style.StyleDefaultStyle
public class StyleDefaultStyle
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
styleFamily
protected String styleFamily
styleProperties
protected StyleProperties styleProperties
StyleDefaultStyle
public StyleDefaultStyle()
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.