horizontalaligntype-ag凯发旗舰厅



com.spire.xls
enum horizontalaligntype

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

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

horizontal alignment type.


enum constant summary
center
          represents center horizontal alignment setting.
centeracrossselection
          represents center across selection horizontal alignment setting.
distributed
          represents distributed horizontal alignment setting.
fill
          represents xlsfill horizontal alignment setting.
general
          represents the general horizontal alignment setting.
justify
          represents justify horizontal alignment setting.
left
          represents left horizontal alignment setting.
right
          represents center horizontal alignment setting.
 
method summary
 java.lang.string getname()
          get name
 
enum constant detail

general

public static final horizontalaligntype general
represents the general horizontal alignment setting.

left

public static final horizontalaligntype left
represents left horizontal alignment setting.

center

public static final horizontalaligntype center
represents center horizontal alignment setting.

right

public static final horizontalaligntype right
represents center horizontal alignment setting.

fill

public static final horizontalaligntype fill
represents xlsfill horizontal alignment setting.

justify

public static final horizontalaligntype justify
represents justify horizontal alignment setting.

centeracrossselection

public static final horizontalaligntype centeracrossselection
represents center across selection horizontal alignment setting.

distributed

public static final horizontalaligntype distributed
represents distributed horizontal alignment setting.
method detail

getname

public java.lang.string getname()
get name


网站地图