com.aspose.diagram

Class ObjectType

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

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

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

    • Field Detail

      • LINKED_OBJECT

        public static final int LINKED_OBJECT
        Linked object.
      • EMBEDDED_OBJECT

        public static final int EMBEDDED_OBJECT
        Embedded object.
      • CONTROL

        public static final int CONTROL
        Control.
      • OLE_2_NAMED

        public static final int OLE_2_NAMED
        OLE2 named.
      • OLE_2_OBJECT

        public static final int OLE_2_OBJECT
        OLE2 object.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.