[]
Serializable, Comparable<LineJoinStyle>, ConstableUse this enumeration with ILineFormat.setJoinStyle(LineJoinStyle) to control how shape or connector line corners are rendered.
IShape connector = worksheet.getShapes().addConnector(ConnectorType.Straight, 10, 10, 200, 100);
ILineFormat line = connector.getLine();
line.setJoinStyle(LineJoinStyle.Round);
Enum.EnumDesc<E extends Enum<E>>static LineJoinStylestatic LineJoinStyle[]values()name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is null