asposediagram.api

Class PosValue

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

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

    • Field Detail

      • NORMAL_POSITION

        const int NORMAL_POSITION
        Normal position.
      • SUPERSCRIPT

        const int SUPERSCRIPT
        Superscript.
      • SUBSCRIPT

        const int SUBSCRIPT
        Subscript.
      • UNDEFINED

        const int UNDEFINED
        Undefined.