java.lang.Object
com.aspose.diagram.GlueTypeValue
public class GlueTypeValue
| Field Summary | ||
|---|---|---|
static final int | ALLOW_DYNAMIC_GLUE_FOR_DYNAMIC_CONNECTOR | |
| Default. Allow dynamic glue for the dynamic connector only; otherwise, use static glue. | ||
static final int | ALLOW_DYNAMIC_GLUE_2002 | |
| Allow dynamic glue (obsolete in Microsoft Visio 2002). | ||
static final int | ALLOW_DYNAMIC_GLUE | |
| Allow dynamic glue. | ||
static final int | NO_ALLOW_DYNAMIC_GLUE | |
| Do not allow dynamic glue. | ||
static final int | NO_ALLOW_2_D_SHAPE | |
| Do not allow this 2-D shape to be connected to using dynamic glue. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
ALLOW_DYNAMIC_GLUE_FOR_DYNAMIC_CONNECTOR | |
public static final int ALLOW_DYNAMIC_GLUE_FOR_DYNAMIC_CONNECTOR | |
ALLOW_DYNAMIC_GLUE_2002 | |
public static final int ALLOW_DYNAMIC_GLUE_2002 | |
ALLOW_DYNAMIC_GLUE | |
public static final int ALLOW_DYNAMIC_GLUE | |
NO_ALLOW_DYNAMIC_GLUE | |
public static final int NO_ALLOW_DYNAMIC_GLUE | |
NO_ALLOW_2_D_SHAPE | |
public static final int NO_ALLOW_2_D_SHAPE | |
UNDEFINED | |
public static final int UNDEFINED | |