com.aspose.diagram

Class ObjTypeValue

  • java.lang.Object
    • com.aspose.diagram.ObjTypeValue
public class ObjTypeValue 
extends java.lang.Object

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
static final intDRAWING_CONTEXT
Visio decides based on the drawing context.
static final intSHAPE_PLACEABLE
Shape is placeable.
static final intSHAPE_ROUTABLE
Shape is routable.
static final intSHAPE_NOT_PLACEABLE_NOT_ROUTABLE
Shape is not placeable, not routable.
static final intSHAPE_PLACEABLE_ROUTABLE
Group contains placeable/routable shapes.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • DRAWING_CONTEXT

        public static final int DRAWING_CONTEXT
        Visio decides based on the drawing context.
      • SHAPE_PLACEABLE

        public static final int SHAPE_PLACEABLE
        Shape is placeable.
      • SHAPE_ROUTABLE

        public static final int SHAPE_ROUTABLE
        Shape is routable.
      • SHAPE_NOT_PLACEABLE_NOT_ROUTABLE

        public static final int SHAPE_NOT_PLACEABLE_NOT_ROUTABLE
        Shape is not placeable, not routable.
      • SHAPE_PLACEABLE_ROUTABLE

        public static final int SHAPE_PLACEABLE_ROUTABLE
        Group contains placeable/routable shapes.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.