commenthaligntype-ag凯发旗舰厅



com.spire.xls
enum commenthaligntype

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

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

comment horizontally align.


enum constant summary
center
          represents the center comment align.
distributed
          represents the destributed comment align.
justified
          represents the justified comment align.
justify
          represents the justified comment align.
left
          represents the left comment align.
right
          represents the right comment align.
 
enum constant detail

left

public static final commenthaligntype left
represents the left comment align.

center

public static final commenthaligntype center
represents the center comment align.

right

public static final commenthaligntype right
represents the right comment align.

justified

public static final commenthaligntype justified
represents the justified comment align.

justify

public static final commenthaligntype justify
represents the justified comment align.

distributed

public static final commenthaligntype distributed
represents the destributed comment align.


网站地图