com.aspose.slides
Interface ConnectorType


public interface ConnectorType

Represents the connector's type.


Field Summary
static int CURVE
          Curve connector (ShapeType is ConnectorCurveShort or ConnectorCurve or ConnectorCurveLong or ConnectorCurveExtraLong)
static int ELBOW
          Elbow connector (ShapeType is ConnectorElbowShort or ConnectorElbow or ConnectorElbowLong or ConnectorElbowExtraLong)
static int STRAIGHT
          Straight connector.
 

Field Detail

STRAIGHT

static final int STRAIGHT
Straight connector.

See Also:
Constant Field Values

ELBOW

static final int ELBOW
Elbow connector (ShapeType is ConnectorElbowShort or ConnectorElbow or ConnectorElbowLong or ConnectorElbowExtraLong)

See Also:
Constant Field Values

CURVE

static final int CURVE
Curve connector (ShapeType is ConnectorCurveShort or ConnectorCurve or ConnectorCurveLong or ConnectorCurveExtraLong)

See Also:
Constant Field Values