[]
        
(Showing Draft Content)

ArrowheadLength

Enum Class ArrowheadLength

java.lang.Object
java.lang.Enum<ArrowheadLength>
com.grapecity.documents.excel.drawing.ArrowheadLength
All Implemented Interfaces:
Serializable, Comparable<ArrowheadLength>, Constable

public enum ArrowheadLength extends Enum<ArrowheadLength>
Specifies the length of the arrowhead at the end of a line.
  • Enum Constant Details

    • Short

      public static final ArrowheadLength Short
      Specifies a short arrow.
    • Medium

      public static final ArrowheadLength Medium
      Specifies a medium arrow.
    • Long

      public static final ArrowheadLength Long
      Specifies a long arrow.
  • Method Details

    • values

      public static ArrowheadLength[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ArrowheadLength valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null