| Package | Description |
|---|---|
| org.xwiki.gwt.dom.client |
| Modifier and Type | Class and Description |
|---|---|
static class |
Style.FloatProperty
Defines the
float CSS property. |
static class |
Style.IEOldFloatProperty
Specific implementation of
Style.FloatProperty for older versions of Internet Explorer (6, 7 and 8). |
| Modifier and Type | Field and Description |
|---|---|
static Property |
Style.BACKGROUND_COLOR
The background-color property sets the background color of an element.
|
static Property |
Style.COLOR
The color property specifies the color of text.
|
static Property |
Style.FLOAT
The float property specifies whether or not a box (an element) should float.
|
static Property |
Style.FONT_FAMILY
The font-family property is a prioritized list of font family names and/or generic family names for an element.
|
static Property |
Style.FONT_SIZE
The font-size property sets the size of a font.
|
static Property |
Style.FONT_STYLE
Sets the style of a font.
|
static Property |
Style.FONT_WEIGHT
Sets how thick or thin characters in text should be displayed.
|
static Property |
Style.MARGIN_LEFT
The margin-left property sets the left margin of an element.
|
static Property |
Style.MARGIN_RIGHT
The margin-right property sets the right margin of an element.
|
static Property |
Style.TEXT_ALIGN
The text-align property aligns the text in an element.
|
static Property |
Style.TEXT_DECORATION
Decorates the text.
|
static Property |
Style.VERTICAL_ALIGN
The vertical-align property sets the vertical alignment of an element.
|
Copyright © 2004–2015 XWiki. All rights reserved.