org.jopendocument.dom
Class StyleProperties
java.lang.Object
org.jopendocument.dom.StyleProperties
- Direct Known Subclasses:
- ColumnStyle.StyleTableColumnProperties, GraphicStyle.StyleGraphicProperties, ParagraphStyle.StyleParagraphProperties, RowStyle.StyleTableRowProperties, SideStyleProperties, TextStyle.StyleTextProperties
public abstract class StyleProperties
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSPARENT
public static final java.awt.Color TRANSPARENT
TRANSPARENT_NAME
public static final java.lang.String TRANSPARENT_NAME
- See Also:
- Constant Field Values
StyleProperties
public StyleProperties(Style style,
java.lang.String propPrefix)
parseBoolean
public static final boolean parseBoolean(java.lang.String s,
boolean def)
parseInt
public static final int parseInt(java.lang.String s,
int def)
parseInteger
public static final java.lang.Integer parseInteger(java.lang.String s)
getParentStyle
public final Style getParentStyle()
getElement
public final org.jdom.Element getElement()
getRawBackgroundColor
public final java.lang.String getRawBackgroundColor()
getBackgroundColor
public final java.awt.Color getBackgroundColor()
setBackgroundColor
public final void setBackgroundColor(java.awt.Color color)
setBackgroundColor
public final void setBackgroundColor(java.lang.String color)