org.jopendocument.dom.text
Class TextStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      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.SyleTextProperties
           
 
Field Summary
static String STYLE_FAMILY
           
 
Constructor Summary
TextStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 Color getBackgroundColor()
           
 Color getColor()
           
 TextStyle.SyleTextProperties getTextProperties()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
dup, equals, getFamily, getFormattingProperties, getFormattingProperties, getName, getNS, getReferences, getSTYLE, hashCode, isReferencedAtMostOnce, register, warp
 
Methods inherited from class org.jopendocument.dom.ODNode
getElement, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STYLE_FAMILY

public static final String STYLE_FAMILY
See Also:
Constant Field Values
Constructor Detail

TextStyle

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

getTextProperties

public final TextStyle.SyleTextProperties getTextProperties()

getColor

public final Color getColor()

getBackgroundColor

public final Color getBackgroundColor()


Copyright © 2010 jOpenDocument All Rights Reserved.