java.lang.Object
name.jurgenei.gradle.ooxml.canonical.Row

public class Row extends Object
Canonical table row.
  • Constructor Details

    • Row

      public Row()
    • Row

      public Row(List<Cell> cells)
      Creates a row with pre-populated cell content.
      Parameters:
      cells - canonical cells.
  • Method Details

    • getCells

      public List<Cell> getCells()
      Returns:
      row cells in source order.