org.jopendocument.dom.text
Class TextStyle.StyleTextProperties

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

public static class TextStyle.StyleTextProperties
extends StyleProperties


Field Summary
 
Fields inherited from class org.jopendocument.dom.StyleProperties
TRANSPARENT, TRANSPARENT_NAME
 
Constructor Summary
TextStyle.StyleTextProperties(Style style)
           
 
Method Summary
 java.awt.Color getColor()
           
 java.lang.String getCountry()
           
 java.lang.String getFontName()
           
 java.lang.String getLanguage()
           
 java.lang.String getWeight()
           
 void setColor(java.awt.Color color)
           
 
Methods inherited from class org.jopendocument.dom.StyleProperties
getAttributeValue, getBackgroundColor, getElement, getEnclosingStyle, getRawBackgroundColor, getStyledNode, parseBoolean, parseInt, parseInteger, setAttributeValue, setAttributeValue, setBackgroundColor, setBackgroundColor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextStyle.StyleTextProperties

public TextStyle.StyleTextProperties(Style style)
Method Detail

getColor

public final java.awt.Color getColor()

setColor

public final void setColor(java.awt.Color color)

getFontName

public final java.lang.String getFontName()

getLanguage

public final java.lang.String getLanguage()

getCountry

public final java.lang.String getCountry()

getWeight

public final java.lang.String getWeight()