axislineidentifiertype-ag凯发旗舰厅



com.spire.xls
enum axislineidentifiertype

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

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

axis line indentifier type.


enum constant summary
axislineitself
          the axis line itself.
majorgridline
          major grid line along the axis.
minorgridline
          minor grid line along the axis.
wallsorfloor
          walls or floor -- walls if parent axis is type 0 or 2; floor if parent axis is type 1.
 
enum constant detail

axislineitself

public static final axislineidentifiertype axislineitself
the axis line itself.

majorgridline

public static final axislineidentifiertype majorgridline
major grid line along the axis.

minorgridline

public static final axislineidentifiertype minorgridline
minor grid line along the axis.

wallsorfloor

public static final axislineidentifiertype wallsorfloor
walls or floor -- walls if parent axis is type 0 or 2; floor if parent axis is type 1.


网站地图