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

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

public static final class Style.TextDecoration
extends Object

Standard values for Style.TEXT_DECORATION.


Field Summary
static String LINE_THROUGH
          Defines a line through the text.
static String NONE
          Default.
static String UNDERLINE
          Defines a line under the text.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final String NONE
Default. Defines a normal text.

See Also:
Constant Field Values

LINE_THROUGH

public static final String LINE_THROUGH
Defines a line through the text.

See Also:
Constant Field Values

UNDERLINE

public static final String UNDERLINE
Defines a line under the text.

See Also:
Constant Field Values


Copyright © 2004-2012 XWiki. All Rights Reserved.