public static final class Style.Float extends Object
Style.FLOAT.| Modifier and Type | Field and Description |
|---|---|
static String |
INHERIT
Specifies that the value of the float property should be inherited from the parent element.
|
static String |
LEFT
The element floats to the left.
|
static String |
NONE
The element is not floated, and will be displayed just where it occurs in the text.
|
static String |
RIGHT
The element floats the right.
|
public static final String LEFT
public static final String RIGHT
public static final String NONE
public static final String INHERIT
Copyright © 2004–2016 XWiki. All rights reserved.