Class TableRow

java.lang.Object
io.leandev.appfuse.document.TableRow

public class TableRow extends Object

表格列

封裝底層 POI 的 XWPFTableRow

Since:
4.0.0
  • Method Details

    • cells

      public List<TableCell> cells()
      取得列內所有儲存格
      Returns:
      儲存格列表
    • cell

      public TableCell cell(int col)
      取得指定欄的儲存格
      Parameters:
      col - 欄索引(0 起算)
      Returns:
      儲存格
    • appendCell

      public TableCell appendCell()
      在列尾新增儲存格
      Returns:
      新儲存格
    • setHeight

      public void setHeight(Length height)
      設定列高
      Parameters:
      height - 列高