Annotation Interface TableConf


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface TableConf
表格配置注解
  • 元素详细资料

    • headLine

      int headLine
      表头行数
      返回:
      表头行数
      默认值:
      1
    • titleRow

      int titleRow
      标题行数
      返回:
      标题行数
      默认值:
      1
    • enableCover

      boolean enableCover
      是否覆盖已存在数据
      返回:
      是否覆盖
      默认值:
      false
    • isText

      boolean isText
      是否设置表格为纯文本
      返回:
      是否设置表格为纯文本
      默认值:
      false
    • enableDesc

      boolean enableDesc
      是否开启字段描述
      返回:
      是否开启字段描述
      默认值:
      false
    • headFontColor

      String headFontColor
      字体颜色
      返回:
      字体颜色
      默认值:
      "#000000"
    • headBackColor

      String headBackColor
      背景颜色
      返回:
      背景颜色
      默认值:
      "#cccccc"