com.aspose.diagram

Class ResizeModeValue

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

Utility class containing constants. Specifies the current resize behavior setting for the shape when contained in a group.

Field Summary
static final intUSE_GROUP_SETTING
Use group's setting
static final intREPOSITION_ONLY
Reposition only.
static final intSCALE_WITH_GROUP
Scale with group.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • USE_GROUP_SETTING

        public static final int USE_GROUP_SETTING
        Use group's setting
      • REPOSITION_ONLY

        public static final int REPOSITION_ONLY
        Reposition only.
      • SCALE_WITH_GROUP

        public static final int SCALE_WITH_GROUP
        Scale with group.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.