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 Object

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


Field Summary
static String LARGER
          Sets the font-size to a larger size than the parent element.
static String MEDIUM
          Default value.
static 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 String MEDIUM
Default value.

See Also:
Constant Field Values

SMALLER

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

See Also:
Constant Field Values

LARGER

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

See Also:
Constant Field Values


Copyright © 2004–2015 XWiki. All rights reserved.