com.aspose.diagram

Class ConnectorsTypeValue

  • java.lang.Object
    • com.aspose.diagram.ConnectorsTypeValue
public class ConnectorsTypeValue 
extends java.lang.Object

Utility class containing constants. May be one of the following values: RightAngle, StraightLines, or CurvedLines. Only relevant when WindowType is specified as Drawing or Sheet.

Field Summary
static final intRIGHT_ANGLE
RightAngle.
static final intSTRAIGHT_LINES
StraightLines.
static final intCURVED_LINES
CurvedLines.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • RIGHT_ANGLE

        public static final int RIGHT_ANGLE
        RightAngle.
      • STRAIGHT_LINES

        public static final int STRAIGHT_LINES
        StraightLines.
      • CURVED_LINES

        public static final int CURVED_LINES
        CurvedLines.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.