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

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

public static final class Style.FontWeight
extends Object

Standard values for Style.FONT_WEIGHT.


Field Summary
static String BOLD
          Defines thick characters.
static String BOLDER
          Defines thicker characters.
static String NORMAL
          Default.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final String NORMAL
Default. Defines normal characters.

See Also:
Constant Field Values

BOLD

public static final String BOLD
Defines thick characters.

See Also:
Constant Field Values

BOLDER

public static final String BOLDER
Defines thicker characters.

See Also:
Constant Field Values


Copyright © 2004-2012 XWiki. All Rights Reserved.