|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<horizontalaligntype>
com.spire.xls.horizontalaligntype
public 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 |
---|
public static final horizontalaligntype general
public static final horizontalaligntype left
public static final horizontalaligntype center
public static final horizontalaligntype right
public static final horizontalaligntype fill
public static final horizontalaligntype justify
public static final horizontalaligntype centeracrossselection
public static final horizontalaligntype distributed
method detail |
---|
public java.lang.string getname()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |