程序包 cn.isliu.core

类 MergedCell

java.lang.Object
cn.isliu.core.Cell
cn.isliu.core.MergedCell

public class MergedCell extends Cell
  • 构造器详细资料

    • MergedCell

      public MergedCell()
    • MergedCell

      public MergedCell(int rowSpan, int colSpan)
  • 方法详细资料

    • getRowSpan

      public int getRowSpan()
    • setRowSpan

      public void setRowSpan(int rowSpan)
    • getColSpan

      public int getColSpan()
    • setColSpan

      public void setColSpan(int colSpan)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Cell
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object