类 TableStyle

java.lang.Object
com.sh.wf.excel.metadata.TableStyle

@Deprecated public class TableStyle extends Object
已过时。
  • 构造器详细资料

    • TableStyle

      public TableStyle()
      已过时。
  • 方法详细资料

    • getTableHeadBackGroundColor

      public org.apache.poi.ss.usermodel.IndexedColors getTableHeadBackGroundColor()
      已过时。
    • setTableHeadBackGroundColor

      public void setTableHeadBackGroundColor(org.apache.poi.ss.usermodel.IndexedColors tableHeadBackGroundColor)
      已过时。
    • getTableHeadFont

      public Font getTableHeadFont()
      已过时。
    • setTableHeadFont

      public void setTableHeadFont(Font tableHeadFont)
      已过时。
    • getTableContentFont

      public Font getTableContentFont()
      已过时。
    • setTableContentFont

      public void setTableContentFont(Font tableContentFont)
      已过时。
    • getTableContentBackGroundColor

      public org.apache.poi.ss.usermodel.IndexedColors getTableContentBackGroundColor()
      已过时。
    • setTableContentBackGroundColor

      public void setTableContentBackGroundColor(org.apache.poi.ss.usermodel.IndexedColors tableContentBackGroundColor)
      已过时。