com.aspose.slides
Class ConnectorType

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.ConnectorType

public final class ConnectorType
extends com.aspose.ms.java.Enum

Represents the connector's type.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
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.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Straight

public static final int Straight

Straight connector.

See Also:
Constant Field Values

Elbow

public static final int Elbow

Elbow connector (ShapeType is ConnectorElbowShort or ConnectorElbow or ConnectorElbowLong or ConnectorElbowExtraLong)

See Also:
Constant Field Values

Curve

public static final int Curve

Curve connector (ShapeType is ConnectorCurveShort or ConnectorCurve or ConnectorCurveLong or ConnectorCurveExtraLong)

See Also:
Constant Field Values