asposediagram.api

Class ObjectType

Utility class containing constants. If the ForeignType attribute is "Object", the ForeignData element must also have an ObjectType attribute.

Field Summary
const  intLINKED_OBJECT
Linked object.
const  intEMBEDDED_OBJECT
Embedded object.
const  intCONTROL
Control.
const  intOLE_2_NAMED
OLE2 named.
const  intOLE_2_OBJECT
OLE2 object.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • LINKED_OBJECT

        const int LINKED_OBJECT
        Linked object.
      • EMBEDDED_OBJECT

        const int EMBEDDED_OBJECT
        Embedded object.
      • CONTROL

        const int CONTROL
        Control.
      • OLE_2_NAMED

        const int OLE_2_NAMED
        OLE2 named.
      • OLE_2_OBJECT

        const int OLE_2_OBJECT
        OLE2 object.
      • UNDEFINED

        const int UNDEFINED
        Undefined.