com.aspose.diagram

Class XJustifyValue

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