public final class WordProcessingVerticalAlignment extends Object
Specifies vertical alignment of a floating object.
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Specifies that the object is at the bottom of the vertical alignment base.
|
static int |
Center
Specifies that the object is centered with respect to the vertical alignment bas.
|
static int |
Inline
Not documented.
|
static int |
Inside
Specifies that the object is inside of the horizontal alignment base.
|
static int |
None
The object is explicitly positioned using its y-coordinate.
|
static int |
Outside
Specifies that the object is outside of the vertical alignment base.
|
static int |
Top
Specifies that the object is at the top of the vertical alignment base.
|
public static final int Inline
Not documented. Seems to be a possible value for floating paragraphs and tables.
public static final int None
The object is explicitly positioned using its y-coordinate.
public static final int Top
Specifies that the object is at the top of the vertical alignment base.
public static final int Center
Specifies that the object is centered with respect to the vertical alignment bas.
public static final int Bottom
Specifies that the object is at the bottom of the vertical alignment base.
public static final int Inside
Specifies that the object is inside of the horizontal alignment base.
public static final int Outside
Specifies that the object is outside of the vertical alignment base.