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
           
 
Constructor Summary
TextStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 Color getBackgroundColor()
           
 Color getColor()
           
 TextStyle.StyleTextProperties getTextProperties()
           
static void registerDesc()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
checkElemName, equals, getDefaultStyle, getDesc, getFamily, getFormattingProperties, getParentStyle, getParentStyle, hashCode
 
Methods inherited from class org.jopendocument.dom.Style
dup, getFormattingProperties, getFormattingProperties, getName, getNonNullStyleDesc, getNS, getPackage, getReferencedStyle, getReferencedStyleElement, getReferences, getSTYLE, getStyle, getStyleDesc, getStyleStyleDesc, isReferencedAtMostOnce, isStandardStyleResolution, register, registerAllVersions, setStandardStyleResolution, 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
 

Constructor Detail

TextStyle

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

registerDesc

public static void registerDesc()

getTextProperties

public final TextStyle.StyleTextProperties getTextProperties()

getColor

public final Color getColor()

getBackgroundColor

public final Color getBackgroundColor()


Copyright © 2010 jOpenDocument All Rights Reserved.