com.aspose.diagram

Class ShapePlowCodeValue

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

Utility class containing constants. Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page.

Field Summary
static final intUSE_PAGE_DEFAULT
Use page default.
static final intNOMOVE_SHAPE
Do not move shape.
static final intMOVE_SHAPE
Move shape.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • USE_PAGE_DEFAULT

        public static final int USE_PAGE_DEFAULT
        Use page default.
      • NOMOVE_SHAPE

        public static final int NOMOVE_SHAPE
        Do not move shape.
      • MOVE_SHAPE

        public static final int MOVE_SHAPE
        Move shape.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.