org.jopendocument.dom.text
Class TextStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      extended by org.jopendocument.dom.Style
          extended by org.jopendocument.dom.StyleStyle
              extended by org.jopendocument.dom.text.TextStyle
Direct Known Subclasses:
ParagraphStyle

public class TextStyle
extends StyleStyle


Nested Class Summary
static class TextStyle.StyleTextProperties
           
 
Field Summary
static StyleStyleDesc<TextStyle> DESC
           
 
Constructor Summary
TextStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 java.awt.Color getBackgroundColor()
           
 java.awt.Color getColor()
           
 TextStyle.StyleTextProperties getTextProperties()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
equals, getDefaultStyle, getFamily, getFormattingProperties, hashCode
 
Methods inherited from class org.jopendocument.dom.Style
dup, getFormattingProperties, getFormattingProperties, getName, getNS, getReferencedStyle, getReferencedStyleElement, getReferences, getStyle, getStyleDesc, getStyleStyleDesc, isReferencedAtMostOnce, register, warp
 
Methods inherited from class org.jopendocument.dom.ODNode
getElement, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DESC

public static final StyleStyleDesc<TextStyle> DESC
Constructor Detail

TextStyle

public TextStyle(ODPackage pkg,
                 org.jdom.Element tableColElem)
Method Detail

getTextProperties

public final TextStyle.StyleTextProperties getTextProperties()

getColor

public final java.awt.Color getColor()

getBackgroundColor

public final java.awt.Color getBackgroundColor()