asposediagram.api

Class ObjTypeValue

Utility class containing constants. Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the drawing page.

Field Summary
const  intDRAWING_CONTEXT
Visio decides based on the drawing context.
const  intSHAPE_PLACEABLE
Shape is placeable.
const  intSHAPE_ROUTABLE
Shape is routable.
const  intSHAPE_NOT_PLACEABLE_NOT_ROUTABLE
Shape is not placeable, not routable.
const  intSHAPE_PLACEABLE_ROUTABLE
Group contains placeable/routable shapes.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • DRAWING_CONTEXT

        const int DRAWING_CONTEXT
        Visio decides based on the drawing context.
      • SHAPE_PLACEABLE

        const int SHAPE_PLACEABLE
        Shape is placeable.
      • SHAPE_ROUTABLE

        const int SHAPE_ROUTABLE
        Shape is routable.
      • SHAPE_NOT_PLACEABLE_NOT_ROUTABLE

        const int SHAPE_NOT_PLACEABLE_NOT_ROUTABLE
        Shape is not placeable, not routable.
      • SHAPE_PLACEABLE_ROUTABLE

        const int SHAPE_PLACEABLE_ROUTABLE
        Group contains placeable/routable shapes.
      • UNDEFINED

        const int UNDEFINED
        Undefined.