java.lang.Object
com.aspose.diagram.ObjTypeValue
public class ObjTypeValue
| Field Summary | ||
|---|---|---|
static final int | DRAWING_CONTEXT | |
| Visio decides based on the drawing context. | ||
static final int | SHAPE_PLACEABLE | |
| Shape is placeable. | ||
static final int | SHAPE_ROUTABLE | |
| Shape is routable. | ||
static final int | SHAPE_NOT_PLACEABLE_NOT_ROUTABLE | |
| Shape is not placeable, not routable. | ||
static final int | SHAPE_PLACEABLE_ROUTABLE | |
| Group contains placeable/routable shapes. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
DRAWING_CONTEXT | |
public static final int DRAWING_CONTEXT | |
SHAPE_PLACEABLE | |
public static final int SHAPE_PLACEABLE | |
SHAPE_ROUTABLE | |
public static final int SHAPE_ROUTABLE | |
SHAPE_NOT_PLACEABLE_NOT_ROUTABLE | |
public static final int SHAPE_NOT_PLACEABLE_NOT_ROUTABLE | |
SHAPE_PLACEABLE_ROUTABLE | |
public static final int SHAPE_PLACEABLE_ROUTABLE | |
UNDEFINED | |
public static final int UNDEFINED | |