com.aspose.diagram

Class WindowTypeValue

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

Utility class containing constants. An enumerated value that may be one of the following: Drawing, Sheet, Stencil, or Icon. A Window element of WindowType='Stencil' must appear after its parent drawing window (WindowType='Drawing') and before any other drawing window elements.

Field Summary
static final intDRAWING
Drawing
static final intSTENCIL
Stencil.
static final intSHEET
Sheet
static final intICON
Icon.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • DRAWING

        public static final int DRAWING
        Drawing
      • STENCIL

        public static final int STENCIL
        Stencil.
      • SHEET

        public static final int SHEET
        Sheet
      • ICON

        public static final int ICON
        Icon.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.