java.lang.Object
com.independentsoft.office.drawing.tables.Row

public class Row extends Object
The Class Row.
  • Constructor Details

    • Row

      public Row()
      Instantiates a new row.
  • Method Details

    • clone

      public Row clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCells

      public List<Cell> getCells()
      Gets the cells.
      Returns:
      the cells
    • getHeight

      public Unit getHeight()
      Gets the height.
      Returns:
      the height
    • setHeight

      public void setHeight(Unit height)
      Sets the height.
      Parameters:
      height - the new height