com.aspose.diagram
Class ShapeFixedCodeValue

java.lang.Object
    extended by com.aspose.diagram.ShapeFixedCodeValue

public class ShapeFixedCodeValue 
extends java.lang.Object

Utility class containing constants. Specifies placement behavior for a placeable shape.


Field Summary
static final intNO_MOVE_USING_LAY_OUT_SHAPES
           Don't move this shape when using the Lay Out Shapes command in Microsoft Visio.
static final intNO_MOVE_AND_NO_ALLOW_SHAPES_PLACED
           Don't move this shape and do not allow other placeable shapes to be placed on it.
static final intNO_MOVE_ALLOW_SHAPES_PLACED
           Don't move this shape but do allow other placeable shapes to be placed on it.
static final intIGNORE_CONNECTION_POINT
           Ignore connection point locations when being routed to.
static final intALLOW_ROUTING_TO_SIDES_WITH_CONNECTION_POINTS
           Only allow routing to sides with connection points.
static final intNO_GLUE_TO_PERIMETER
           Don't glue to the perimeter of this shape. Glue to the shape's alignment box instead.
static final intUNDEFINED
           Undefined.
 

Field Detail

NO_MOVE_USING_LAY_OUT_SHAPES

public static final int NO_MOVE_USING_LAY_OUT_SHAPES
Don't move this shape when using the Lay Out Shapes command in Microsoft Visio.

NO_MOVE_AND_NO_ALLOW_SHAPES_PLACED

public static final int NO_MOVE_AND_NO_ALLOW_SHAPES_PLACED
Don't move this shape and do not allow other placeable shapes to be placed on it.

NO_MOVE_ALLOW_SHAPES_PLACED

public static final int NO_MOVE_ALLOW_SHAPES_PLACED
Don't move this shape but do allow other placeable shapes to be placed on it.

IGNORE_CONNECTION_POINT

public static final int IGNORE_CONNECTION_POINT
Ignore connection point locations when being routed to.

ALLOW_ROUTING_TO_SIDES_WITH_CONNECTION_POINTS

public static final int ALLOW_ROUTING_TO_SIDES_WITH_CONNECTION_POINTS
Only allow routing to sides with connection points.

NO_GLUE_TO_PERIMETER

public static final int NO_GLUE_TO_PERIMETER
Don't glue to the perimeter of this shape. Glue to the shape's alignment box instead.

UNDEFINED

public static final int UNDEFINED
Undefined.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.