Class TableRow

java.lang.Object
org.apache.poi.hwpf.usermodel.Range
org.apache.poi.hwpf.usermodel.TableRow

public final class TableRow extends Range
  • Constructor Details

    • TableRow

      public TableRow(int startIdxInclusive, int endIdxExclusive, Table parent, int levelNum)
  • Method Details

    • cantSplit

      public boolean cantSplit()
    • getBarBorder

      public BorderCode getBarBorder()
    • getBottomBorder

      public BorderCode getBottomBorder()
    • getCell

      public TableCell getCell(int index)
    • getGapHalf

      public int getGapHalf()
    • getHorizontalBorder

      public BorderCode getHorizontalBorder()
    • getLeftBorder

      public BorderCode getLeftBorder()
    • getRightBorder

      public BorderCode getRightBorder()
    • getRowHeight

      public int getRowHeight()
    • getRowJustification

      public int getRowJustification()
    • getTopBorder

      public BorderCode getTopBorder()
    • getVerticalBorder

      public BorderCode getVerticalBorder()
    • isTableHeader

      public boolean isTableHeader()
    • numCells

      public int numCells()
    • reset

      protected void reset()
      Description copied from class: Range
      resets the list indexes.
      Overrides:
      reset in class Range
    • setCantSplit

      public void setCantSplit(boolean cantSplit)
    • setGapHalf

      public void setGapHalf(int dxaGapHalf)
    • setRowHeight

      public void setRowHeight(int dyaRowHeight)
    • setRowJustification

      public void setRowJustification(int jc)
    • setTableHeader

      public void setTableHeader(boolean tableHeader)