asposediagram.api

Class PlaceFlipValue

Utility class containing constants. Specifies how placeable shapes flip and/or rotate on a page when shapes are laid out using the Lay Out Shapes command in Microsoft Visio. The following hexadecimal values are allowed.

Field Summary
const  intDEFAULT_NO_FLIP
Default. Do not flip.
const  intFLIP_HORIZONTAL
Flip horizontal.
const  intFLIP_VERTICAL
Flip vertical.
const  intFLIP_90_INCREMENTS
Flip in 90-degree increments.
const  intNO_FLIP
No flip.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • DEFAULT_NO_FLIP

        const int DEFAULT_NO_FLIP
        Default. Do not flip.
      • FLIP_HORIZONTAL

        const int FLIP_HORIZONTAL
        Flip horizontal.
      • FLIP_VERTICAL

        const int FLIP_VERTICAL
        Flip vertical.
      • FLIP_90_INCREMENTS

        const int FLIP_90_INCREMENTS
        Flip in 90-degree increments.
      • NO_FLIP

        const int NO_FLIP
        No flip.
      • UNDEFINED

        const int UNDEFINED
        Undefined.