asposecells.api

Class MsoArrowheadStyle

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

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

    • Field Detail

      • NONE

        const int NONE
        No line end type.
      • ARROW

        const int ARROW
        Arrow line end type.
      • ARROW_STEALTH

        const int ARROW_STEALTH
        Arrow Stealth line end type.
      • ARROW_DIAMOND

        const int ARROW_DIAMOND
        Arrow Diamond Line end type.
      • ARROW_OVAL

        const int ARROW_OVAL
        Arrow Oval line end type.
      • ARROW_OPEN

        const int ARROW_OPEN
        Arrow Open line end type.