[]
        
立即试用
(Showing Draft Content)

VerticalAlignment

Enum Class VerticalAlignment

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

public enum VerticalAlignment extends Enum<VerticalAlignment>
指定文本的垂直对齐方式。
  • Enum Constant Details

    • Top

      public static final VerticalAlignment Top
      指定文本放置在顶部。
    • Center

      public static final VerticalAlignment Center
      指定文本垂直居中。
    • Bottom

      public static final VerticalAlignment Bottom
      指定文本放置在底部。
    • Justify

      public static final VerticalAlignment Justify
      指定旋转后的文本垂直对齐。
    • Distributed

      public static final VerticalAlignment Distributed
      指定旋转后的文本应换行并对齐,以使左侧和右侧形成直边,包括最后一行。
  • Method Details

    • values

      public static VerticalAlignment[] 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 VerticalAlignment 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