com.aspose.diagram
Class YJustifyValue

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

public class YJustifyValue 
extends java.lang.Object

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


Field Summary
static final intTOP_JUSTIFIED
           Top justified (the default).
static final intCENTERED
           Centered.
static final intBOTTOM_JUSTIFIED
           Bottom justified.
static final intUNDEFINED
           Undefined.
 

Field Detail

TOP_JUSTIFIED

public static final int TOP_JUSTIFIED
Top justified (the default).

CENTERED

public static final int CENTERED
Centered.

BOTTOM_JUSTIFIED

public static final int BOTTOM_JUSTIFIED
Bottom 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.