类 TableItemType

java.lang.Object
com.grapecity.documents.excel.expressions.TableItemType

public class TableItemType extends Object
代表表格的部分。
  • 字段详细资料

    • None

      public static final TableItemType None
      没有使用项目指定符。
    • Headers

      public static final TableItemType Headers
      [#Headers] 头部部分。
    • Data

      public static final TableItemType Data
      [#Data] 数据部分。
    • Totals

      public static final TableItemType Totals
      [#Totals] 总计部分。
    • ThisRow

      public static final TableItemType ThisRow
      @[Column_Name] 当前行。
  • 构造器详细资料

    • TableItemType

      public TableItemType()
  • 方法详细资料

    • getValue

      public int getValue()
      窄化操作符到整数。
      返回:
      整数值。
    • forValue

      public static TableItemType forValue(int value)
      整型到宽类型的操作符。
    • of

      public static TableItemType of(TableItemType value1, TableItemType value2)
      合并使用位或操作符的TableItemType值。
      参数:
      value1 - TableItemType值1。
      value2 - TableItemType值2。
      返回:
      合并后的值。
    • of

      public static TableItemType of(TableItemType value1, TableItemType value2, TableItemType value3)
      合并使用位或操作符的TableItemType值。
      参数:
      value1 - TableItemType值1。
      value2 - TableItemType值2。
      value3 - TableItemType值3。
      返回:
      合并后的值。