RowHolder.java| Field | Type | Default | Description |
|---|---|---|---|
cells | List<CellHolder> | Empty ArrayList | Ordered list of cells in this row |
addCell(CellHolder cell) — Appends a cell to the rowgetCells() — Returns the cell list (direct reference, mutable)Works in tandem with CellHolder (#712). A table is built by creating RowHolder instances and adding CellHolder objects to each. No validation on column count consistency between rows; no row-level attributes (style, height, etc.). Minimal wrapper around ArrayList<CellHolder>.
868d6abb7 2026-01-01 2025 -> 2026 63081666f 2025-01-01 Source file headers: 2024-> 2025. b6092df09 2024-01-09 Copyright 2023 -> 2024 ab45d51fa 2023-01-01 Copyright 2001-2022 -> 2001-2023. 5f7ef41b8 2022-02-18 Copyright 2021 -> 2022 ceb63e8a1 2021-03-08 Source code header: (C) 2001-2021. 7c79f1922 2020-01-03 Copyright of source header -> 2020. 73a9755df 2019-10-11 More code cleanup ... dd5ca38ac 2019-06-07 CopyRight of all java file-header updated or created. 9ebb88522 2016-07-18 Initial commit