com.aspose.cells

Class LineJoinType

  • java.lang.Object
    • com.aspose.cells.LineJoinType
public class LineJoinType 
extends java.lang.Object

Utility class containing constants. Represents the join styles of a line.

Field Summary
static final intROUND
Round joint
static final intBEVEL
Bevel joint
static final intMITER
Miter joint
static final intNONE
None joint
 

    • Field Detail

      • ROUND

        public static final int ROUND
        Round joint
      • BEVEL

        public static final int BEVEL
        Bevel joint
      • MITER

        public static final int MITER
        Miter joint
      • NONE

        public static final int NONE
        None joint