WordProcessingVerticalAlignment

Inheritance: java.lang.Object

public final class WordProcessingVerticalAlignment

Specifies vertical alignment of a floating object.

Fields

Field Description
Inline Not documented.
None The object is explicitly positioned using its y-coordinate.
Top Specifies that the object is at the top of the vertical alignment base.
Center Specifies that the object is centered with respect to the vertical alignment bas.
Bottom Specifies that the object is at the bottom of the vertical alignment base.
Inside Specifies that the object is inside of the horizontal alignment base.
Outside Specifies that the object is outside of the vertical alignment base.

Inline

public static final int Inline

Not documented. Seems to be a possible value for floating paragraphs and tables.

None

public static final int None

The object is explicitly positioned using its y-coordinate.

Top

public static final int Top

Specifies that the object is at the top of the vertical alignment base.

Center

public static final int Center

Specifies that the object is centered with respect to the vertical alignment bas.

Bottom

public static final int Bottom

Specifies that the object is at the bottom of the vertical alignment base.

Inside

public static final int Inside

Specifies that the object is inside of the horizontal alignment base.

Outside

public static final int Outside

Specifies that the object is outside of the vertical alignment base.