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
 Color getColor()
           
 String getCountry()
           
 String getFontName()
           
 String getLanguage()
           
 String getWeight()
           
 void setColor(Color color)
           
 
Methods inherited from class org.jopendocument.dom.StyleProperties
fallbackToDefaultStyle, getAttributeValue, getAttributeValueInAncestors, getAttributeValueNotInAncestors, getBackgroundColor, getElement, getElement, getEnclosingStyle, getNS, getRawBackgroundColor, getStyledNode, parseBoolean, parseInt, parseInteger, setAttributeValue, setAttributeValue, setBackgroundColor, setBackgroundColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextStyle.StyleTextProperties

public TextStyle.StyleTextProperties(Style 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.