com.aspose.diagram

Class YJustifyValue

  • java.lang.Object
    • 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.