axistypes-ag凯发旗舰厅



com.spire.xls
enum axistypes

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

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

axis types.


enum constant summary
column
          represents the column axis type.
data
          represents the data axis type.
none
          represents the none axis type.
page
          represents the page axis type.
row
          represents the row axis type.
 
enum constant detail

none

public static final axistypes none
represents the none axis type.

row

public static final axistypes row
represents the row axis type.

column

public static final axistypes column
represents the column axis type.

page

public static final axistypes page
represents the page axis type.

data

public static final axistypes data
represents the data axis type.


网站地图