类 DrawSlashContext


  • public class DrawSlashContext
    extends Object
    excel 画斜线上下文对象
    作者:
    woodwhales
    • 字段详细资料

      • outputStream

        public OutputStream outputStream
        文件输出流
      • workbook

        public org.apache.poi.ss.usermodel.Workbook workbook
        excel 文件对象
      • sheet

        public org.apache.poi.ss.usermodel.Sheet sheet
        sheet 对象
      • col1

        public int col1
        起始列索引
      • row1

        public int row1
        起始行索引
      • col2

        public int col2
        结束列索引
      • row2

        public int row2
        结束行索引
    • 构造器详细资料

      • DrawSlashContext

        public DrawSlashContext()
    • 方法详细资料