java.lang.Object
com.aspose.diagram.ConnectedShapesFlags
public class ConnectedShapesFlags
| Field Summary | ||
|---|---|---|
static final int | CONNECTED_SHAPES_ALL_NODES | |
| Return IDs of shapes that are associated with both incoming and outgoing connections. | ||
static final int | CONNECTED_SHAPES_INCOMING_NODES | |
| Return IDs of shapes that are associated with incoming connections. | ||
static final int | CONNECTED_SHAPES_OUTGOING_NODES | |
| Return IDs of shapes that are associated with outgoing connections. | ||
| Field Detail |
|---|
CONNECTED_SHAPES_ALL_NODES | |
public static final int CONNECTED_SHAPES_ALL_NODES | |
CONNECTED_SHAPES_INCOMING_NODES | |
public static final int CONNECTED_SHAPES_INCOMING_NODES | |
CONNECTED_SHAPES_OUTGOING_NODES | |
public static final int CONNECTED_SHAPES_OUTGOING_NODES | |