commentvaligntype-ag凯发旗舰厅



com.spire.xls
enum commentvaligntype

java.lang.object
  extended by java.lang.enum<commentvaligntype>
      extended by com.spire.xls.commentvaligntype
all implemented interfaces:
java.lang.comparable<commentvaligntype>

public enum commentvaligntype
extends java.lang.enum<commentvaligntype>

comment vertically align


enum constant summary
bottom
          represents the bottom comment align.
center
          represents the center comment align.
distributed
          represents the destributed comment align.
justify
          represents the justified comment align.
top
          represents the top comment align.
 
enum constant detail

top

public static final commentvaligntype top
represents the top comment align.

center

public static final commentvaligntype center
represents the center comment align.

bottom

public static final commentvaligntype bottom
represents the bottom comment align.

justify

public static final commentvaligntype justify
represents the justified comment align.

distributed

public static final commentvaligntype distributed
represents the destributed comment align.


网站地图