[]
        
立即试用
(Showing Draft Content)

CornerPosition

Enum Class CornerPosition

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

public enum CornerPosition extends Enum<CornerPosition>
单元格中折角的位置。
  • Enum Constant Details

    • LeftTop

      public static final CornerPosition LeftTop
      表示折角在左上角。
    • RightTop

      public static final CornerPosition RightTop
      表示折角在右上角。
    • LeftBottom

      public static final CornerPosition LeftBottom
      表示折角在左下角。
    • RightBottom

      public static final CornerPosition RightBottom
      表示折角在右下角。
  • Method Details

    • values

      public static CornerPosition[] 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 CornerPosition 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
    • getValue

      public int getValue()
    • forValue

      public static CornerPosition forValue(int value)