asposediagram.api

Class HorzAlignValue

Utility class containing constants. Specifies the horizontal alignment of text in the shape's text block.

Field Summary
const  intLEFT_ALIGN
Left align.
const  intCENTER
Center.
const  intRIGHT_ALIGN
Right align.
const  intJUSTIFY
Justify.
const  intFORCE_JUSTIFY
Force justify.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • LEFT_ALIGN

        const int LEFT_ALIGN
        Left align.
      • CENTER

        const int CENTER
        Center.
      • RIGHT_ALIGN

        const int RIGHT_ALIGN
        Right align.
      • JUSTIFY

        const int JUSTIFY
        Justify.
      • FORCE_JUSTIFY

        const int FORCE_JUSTIFY
        Force justify.
      • UNDEFINED

        const int UNDEFINED
        Undefined.