com.aspose.diagram
Class XJustifyValue

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

public class XJustifyValue 
extends java.lang.Object

Utility class containing constants. The x-offset of the smart tag button relative to the point defined by the X and Y elements.


Field Summary
static final intLEFT_JUSTIFIED
           Left justified (the default).
static final intCENTERED
           Centered.
static final intRIGHT_JUSTIFIED
           Right justified.
static final intUNDEFINED
           Undefined.
 

Field Detail

LEFT_JUSTIFIED

public static final int LEFT_JUSTIFIED
Left justified (the default).

CENTERED

public static final int CENTERED
Centered.

RIGHT_JUSTIFIED

public static final int RIGHT_JUSTIFIED
Right justified.

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.