aspose.diagram
Class WindowStateValue

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

Field Summary
const  NumberRESTORED
           Restored.
const  NumberMAXIMIZED
           Maximized.
const  NumberMINIMIZED
           Minimized.
const  NumberDOCKED_LEFT
           Docked left.
const  NumberDOCKED_TOP
           Docked top.
const  NumberDOCKED_RIGHT
           Docked right.
const  NumberDOCKED_BOTTOM
           Docked bottom.
const  NumberDOUBLEING
           Doubleing.
const  NumberANCHOR_LEFT
           Anchor left.
const  NumberANCHOR_TOP
           Anchor top.
const  NumberANCHOR_RIGHT
           Anchor right.
const  NumberANCHOR_BOTTOM
           Anchor bottom.
const  NumberANCHOR_MERGED
           Anchor merged.
const  NumberACTIVE
           Active.
const  NumberUNDEFINED
           Undefined.
 

Field Detail

RESTORED

const Number RESTORED
Restored.

MAXIMIZED

const Number MAXIMIZED
Maximized.

MINIMIZED

const Number MINIMIZED
Minimized.

DOCKED_LEFT

const Number DOCKED_LEFT
Docked left.

DOCKED_TOP

const Number DOCKED_TOP
Docked top.

DOCKED_RIGHT

const Number DOCKED_RIGHT
Docked right.

DOCKED_BOTTOM

const Number DOCKED_BOTTOM
Docked bottom.

DOUBLEING

const Number DOUBLEING
Doubleing.

ANCHOR_LEFT

const Number ANCHOR_LEFT
Anchor left.

ANCHOR_TOP

const Number ANCHOR_TOP
Anchor top.

ANCHOR_RIGHT

const Number ANCHOR_RIGHT
Anchor right.

ANCHOR_BOTTOM

const Number ANCHOR_BOTTOM
Anchor bottom.

ANCHOR_MERGED

const Number ANCHOR_MERGED
Anchor merged.

ACTIVE

const Number ACTIVE
Active.

UNDEFINED

const Number UNDEFINED
Undefined.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.