asposediagram.api

Class PlaceStyleValue

Utility class containing constants. Specifies how shapes are placed on the page when shapes are laid out when a user selects Lay Out Shapes (Shape menu).

Field Summary
const  intDEFAULT_RADIAL
Default. Radial.
const  intTOP_TO_BOTTOM
Top to bottom.
const  intLEFT_TO_RIGHT
Left to right.
const  intRADIAL
Radial.
const  intBOTTOM_TO_TOP
Bottom to top.
const  intRIGHT_TO_LEFT
Right to left.
const  intCIRCULAR
Circular.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • DEFAULT_RADIAL

        const int DEFAULT_RADIAL
        Default. Radial.
      • TOP_TO_BOTTOM

        const int TOP_TO_BOTTOM
        Top to bottom.
      • LEFT_TO_RIGHT

        const int LEFT_TO_RIGHT
        Left to right.
      • RADIAL

        const int RADIAL
        Radial.
      • BOTTOM_TO_TOP

        const int BOTTOM_TO_TOP
        Bottom to top.
      • RIGHT_TO_LEFT

        const int RIGHT_TO_LEFT
        Right to left.
      • CIRCULAR

        const int CIRCULAR
        Circular.
      • UNDEFINED

        const int UNDEFINED
        Undefined.