com.aspose.diagram
Class HorzAlignValue

java.lang.Object
    extended by com.aspose.diagram.HorzAlignValue

public class HorzAlignValue 
extends java.lang.Object

Utility class containing constants. Specifies the horizontal alignment of text in the shape's text block.


Field Summary
static final intLEFT_ALIGN
           Left align.
static final intCENTER
           Center.
static final intRIGHT_ALIGN
           Right align.
static final intJUSTIFY
           Justify.
static final intFORCE_JUSTIFY
           Force justify.
static final intUNDEFINED
           Undefined.
 

Field Detail

LEFT_ALIGN

public static final int LEFT_ALIGN
Left align.

CENTER

public static final int CENTER
Center.

RIGHT_ALIGN

public static final int RIGHT_ALIGN
Right align.

JUSTIFY

public static final int JUSTIFY
Justify.

FORCE_JUSTIFY

public static final int FORCE_JUSTIFY
Force justify.

UNDEFINED

public static final int UNDEFINED
Undefined.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.