org.jopendocument.dom
Class StyleProperties
java.lang.Object
org.jopendocument.dom.StyleProperties
- Direct Known Subclasses:
- CellStyle.SyleTableCellProperties, GraphicStyle.SyleGraphicProperties, ParagraphStyle.SyleParagraphProperties, TextStyle.SyleTextProperties
public abstract class StyleProperties
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSPARENT
public static final Color TRANSPARENT
StyleProperties
public StyleProperties(StyleStyle style,
String propPrefix)
getParentStyle
public final StyleStyle getParentStyle()
getElement
public final org.jdom.Element getElement()
parseBoolean
protected final boolean parseBoolean(String s,
boolean def)
getNS
protected final org.jdom.Namespace getNS(String prefix)
getRawBackgroundColor
public final String getRawBackgroundColor()
getBackgroundColor
public final Color getBackgroundColor()
setBackgroundColor
public final void setBackgroundColor(Color color)
setBackgroundColor
public final void setBackgroundColor(String color)
Copyright © 2010 jOpenDocument All Rights Reserved.