org.jopendocument.dom.text
Class TextStyle.SyleTextProperties

java.lang.Object
  extended by org.jopendocument.dom.StyleProperties
      extended by org.jopendocument.dom.text.TextStyle.SyleTextProperties
Enclosing class:
TextStyle

public static class TextStyle.SyleTextProperties
extends StyleProperties


Field Summary
 
Fields inherited from class org.jopendocument.dom.StyleProperties
TRANSPARENT
 
Constructor Summary
TextStyle.SyleTextProperties(StyleStyle style)
           
 
Method Summary
 Color getColor()
           
 String getCountry()
           
 String getFontName()
           
 String getLanguage()
           
 String getWeight()
           
 void setColor(Color color)
           
 
Methods inherited from class org.jopendocument.dom.StyleProperties
getBackgroundColor, getElement, getNS, getParentStyle, getRawBackgroundColor, parseBoolean, setBackgroundColor, setBackgroundColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextStyle.SyleTextProperties

public TextStyle.SyleTextProperties(StyleStyle style)
Method Detail

getColor

public final Color getColor()

setColor

public final void setColor(Color color)

getFontName

public final String getFontName()

getLanguage

public final String getLanguage()

getCountry

public final String getCountry()

getWeight

public final String getWeight()


Copyright © 2010 jOpenDocument All Rights Reserved.