com.aspose.cells

Class MsoArrowheadStyle

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

Utility class containing constants. Enumerates the line end type of the shape border line.

Field Summary
static final intNONE
No line end type.
static final intARROW
Arrow line end type.
static final intARROW_STEALTH
Arrow Stealth line end type.
static final intARROW_DIAMOND
Arrow Diamond Line end type.
static final intARROW_OVAL
Arrow Oval line end type.
static final intARROW_OPEN
Arrow Open line end type.
 

    • Field Detail

      • NONE

        public static final int NONE
        No line end type.
      • ARROW

        public static final int ARROW
        Arrow line end type.
      • ARROW_STEALTH

        public static final int ARROW_STEALTH
        Arrow Stealth line end type.
      • ARROW_DIAMOND

        public static final int ARROW_DIAMOND
        Arrow Diamond Line end type.
      • ARROW_OVAL

        public static final int ARROW_OVAL
        Arrow Oval line end type.
      • ARROW_OPEN

        public static final int ARROW_OPEN
        Arrow Open line end type.