|
||||||||||
| 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 java.lang.String |
CENTER
Centers the text. |
static java.lang.String |
JUSTIFY
Increases the spaces between words in order for lines to have the same width. |
static java.lang.String |
LEFT
Aligns the text to the left. |
static java.lang.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 java.lang.String LEFT
public static final java.lang.String RIGHT
public static final java.lang.String CENTER
public static final java.lang.String JUSTIFY
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||