com.aspose.diagram

Class PosValue

  • java.lang.Object
    • com.aspose.diagram.PosValue
public class PosValue 
extends java.lang.Object

Utility class containing constants. Specifies the position of the shape's text relative to the baseline.

Field Summary
static final intNORMAL_POSITION
Normal position.
static final intSUPERSCRIPT
Superscript.
static final intSUBSCRIPT
Subscript.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • NORMAL_POSITION

        public static final int NORMAL_POSITION
        Normal position.
      • SUPERSCRIPT

        public static final int SUPERSCRIPT
        Superscript.
      • SUBSCRIPT

        public static final int SUBSCRIPT
        Subscript.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.