public interface

ITableRow

com.pnfsoftware.jeb.core.output.table.ITableRow
Known Indirect Subclasses

Class Overview

A table row definition, the main constituent of ITableDocuments.

Summary

Public Methods
abstract List<? extends ICell> getCells()
Return the list of cells within that row.

Public Methods

public abstract List<? extends ICell> getCells ()

Return the list of cells within that row.

Returns
  • a list of cells