[]
        
立即试用
(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>
指定线条末端的箭头长度。
  • Enum Constant Details

    • Short

      public static final ArrowheadLength Short
      指定一个短箭头。
    • Medium

      public static final ArrowheadLength Medium
      指定一个中等箭头。
    • Long

      public static final ArrowheadLength Long
      指定一个长箭头。
  • 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