com.aspose.diagram

Class WindowStateValue

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

Utility class containing constants. An integer specifying bit flags. This attribute can be a sum of the following values.

Field Summary
static final intRESTORED
Restored.
static final intMAXIMIZED
Maximized.
static final intMINIMIZED
Minimized.
static final intDOCKED_LEFT
Docked left.
static final intDOCKED_TOP
Docked top.
static final intDOCKED_RIGHT
Docked right.
static final intDOCKED_BOTTOM
Docked bottom.
static final intDOUBLEING
Doubleing.
static final intANCHOR_LEFT
Anchor left.
static final intANCHOR_TOP
Anchor top.
static final intANCHOR_RIGHT
Anchor right.
static final intANCHOR_BOTTOM
Anchor bottom.
static final intANCHOR_MERGED
Anchor merged.
static final intACTIVE
Active.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • RESTORED

        public static final int RESTORED
        Restored.
      • MAXIMIZED

        public static final int MAXIMIZED
        Maximized.
      • MINIMIZED

        public static final int MINIMIZED
        Minimized.
      • DOCKED_LEFT

        public static final int DOCKED_LEFT
        Docked left.
      • DOCKED_TOP

        public static final int DOCKED_TOP
        Docked top.
      • DOCKED_RIGHT

        public static final int DOCKED_RIGHT
        Docked right.
      • DOCKED_BOTTOM

        public static final int DOCKED_BOTTOM
        Docked bottom.
      • DOUBLEING

        public static final int DOUBLEING
        Doubleing.
      • ANCHOR_LEFT

        public static final int ANCHOR_LEFT
        Anchor left.
      • ANCHOR_TOP

        public static final int ANCHOR_TOP
        Anchor top.
      • ANCHOR_RIGHT

        public static final int ANCHOR_RIGHT
        Anchor right.
      • ANCHOR_BOTTOM

        public static final int ANCHOR_BOTTOM
        Anchor bottom.
      • ANCHOR_MERGED

        public static final int ANCHOR_MERGED
        Anchor merged.
      • ACTIVE

        public static final int ACTIVE
        Active.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.