ASPOSE home

com.aspose.words
Class HorizontalAlignment

java.lang.Object
    extended by com.aspose.words.HorizontalAlignment

public class HorizontalAlignment
extends java.lang.Object

Utility class containing constants. Specifies horizontal alignment of a floating shape, text frame or floating table.
See Also:
ShapeBase.HorizontalAlignment

Field Summary
static final intNONE
           The object is explicitly positioned, usually using its Left property.
static final intLEFT
           The object is aligned to the left of the reference object.
static final intCENTER
           The object is centered relative to the reference object.
static final intRIGHT
           The object is aligned to the right of the reference object.
static final intINSIDE
           Not documented.
static final intOUTSIDE
           Not documented.
 

Field Detail

NONE

public static final int NONE
The object is explicitly positioned, usually using its Left property.

LEFT

public static final int LEFT
The object is aligned to the left of the reference object.

CENTER

public static final int CENTER
The object is centered relative to the reference object.

RIGHT

public static final int RIGHT
The object is aligned to the right of the reference object.

INSIDE

public static final int INSIDE
Not documented.

OUTSIDE

public static final int OUTSIDE
Not documented.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home