asposediagram.api

Class WindowTypeValue

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
const  intDRAWING
Drawing
const  intSTENCIL
Stencil.
const  intSHEET
Sheet
const  intICON
Icon.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • DRAWING

        const int DRAWING
        Drawing
      • STENCIL

        const int STENCIL
        Stencil.
      • SHEET

        const int SHEET
        Sheet
      • ICON

        const int ICON
        Icon.
      • UNDEFINED

        const int UNDEFINED
        Undefined.