|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<datalabelpositiontype>
com.spire.xls.datalabelpositiontype
public enum datalabelpositiontype
represents data label placement.
enum constant summary | |
---|---|
above
represents the above data label placement option. |
|
automatic
represents default position. |
|
below
represents the below data label placement option. |
|
bestfit
represents the bestfit data label placement option. |
|
center
represents the center data label placement option. |
|
inside
represents the inside data label placement option. |
|
left
represents the left data label placement option. |
|
moved
represents the moved data label placement option. |
|
outside
represents the outside data label placement option. |
|
outsidebase
represents the outside base data label placement option. |
|
right
represents the right data label placement option. |
enum constant detail |
---|
public static final datalabelpositiontype automatic
public static final datalabelpositiontype outside
public static final datalabelpositiontype inside
public static final datalabelpositiontype center
public static final datalabelpositiontype outsidebase
public static final datalabelpositiontype above
public static final datalabelpositiontype below
public static final datalabelpositiontype left
public static final datalabelpositiontype right
public static final datalabelpositiontype bestfit
public static final datalabelpositiontype moved
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |