com.aspose.diagram

Class DisplayModeValue

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

Utility class containing constants. When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. When it is contained in a SmartTagDef element, the DisplayMode element determines whether the smart tag appears when the user pauses the mouse over the tag, when the shape is selected, or all the time.

Field Summary
static final intHIDES_SHAPE_TEXT
Hides the group shape and text.
static final intDISPLAYS_SHAPE_BEHIND_MEMBER_SHAPES
Displays the group shape behind member shapes.
static final intDISPLAYS_SHAPE_FRONT_MEMBER_SHAPES
Displays the group shape in front of member shapes.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • HIDES_SHAPE_TEXT

        public static final int HIDES_SHAPE_TEXT
        Hides the group shape and text.
      • DISPLAYS_SHAPE_BEHIND_MEMBER_SHAPES

        public static final int DISPLAYS_SHAPE_BEHIND_MEMBER_SHAPES
        Displays the group shape behind member shapes.
      • DISPLAYS_SHAPE_FRONT_MEMBER_SHAPES

        public static final int DISPLAYS_SHAPE_FRONT_MEMBER_SHAPES
        Displays the group shape in front of member shapes.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.