|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.dom.client.Style.TextAlign
public static final class Style.TextAlign
The text-align property aligns the text in an element.
http://www.w3.org/TR/css3-text/#justification| Field Summary | |
|---|---|
static String |
CENTER
Centers the text. |
static String |
JUSTIFY
Increases the spaces between words in order for lines to have the same width. |
static String |
LEFT
Aligns the text to the left. |
static String |
RIGHT
Aligns the text to the right. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LEFT
public static final String RIGHT
public static final String CENTER
public static final String JUSTIFY
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||