com.aspose.diagram

Class SelectModeValue

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

Utility class containing constants. Specifies how the user selects a group shape and its members.

Field Summary
static final intGROUP_SHAPE_ONLY
Select the group shape only.
static final intGROUP_SHAPE_FIRST
Select the group shape first.
static final intMEMBERS_GROUP_FIRST
Select the members of the group first.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • GROUP_SHAPE_ONLY

        public static final int GROUP_SHAPE_ONLY
        Select the group shape only.
      • GROUP_SHAPE_FIRST

        public static final int GROUP_SHAPE_FIRST
        Select the group shape first.
      • MEMBERS_GROUP_FIRST

        public static final int MEMBERS_GROUP_FIRST
        Select the members of the group first.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.