org.xwiki.gwt.dom.client
Class Style.FontSize

java.lang.Object
  extended by org.xwiki.gwt.dom.client.Style.FontSize
Enclosing class:
Style

public static final class Style.FontSize
extends java.lang.Object

The font-size property sets the size of a font.


Field Summary
static java.lang.String LARGER
          Sets the font-size to a larger size than the parent element.
static java.lang.String MEDIUM
          Default value.
static java.lang.String SMALLER
          Sets the font-size to a smaller size than the parent element.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEDIUM

public static final java.lang.String MEDIUM
Default value.

See Also:
Constant Field Values

SMALLER

public static final java.lang.String SMALLER
Sets the font-size to a smaller size than the parent element.

See Also:
Constant Field Values

LARGER

public static final java.lang.String LARGER
Sets the font-size to a larger size than the parent element.

See Also:
Constant Field Values


Copyright © 2004-2009 XWiki. All Rights Reserved.