class OpenCReport\Row { public final get_next(): ?OpenCReport\Row; public final column_new(): OpenCReport\Column; public final column_get_first(): ?OpenCReport\Column; public final set_suppress( ?string $expr_string = null): ?OpenCReport\Expr; public final get_suppress(): ?OpenCReport\Expr; public final set_newpage( ?string $expr_string = null): ?OpenCReport\Expr; public final get_newpage(): ?OpenCReport\Expr; public final set_layout( ?string $expr_string = null): ?OpenCReport\Expr; public final set_layout(): ?OpenCReport\Expr; }
Get the next object in the chain of part rows.
This method may only be used on an object created
with OpenCReport\Part::row_get_first()
,
i.e. one that was internally marked as an iterator
object.
public final OpenCReport\Row::get_next(): ?OpenCReport\Row;
For class methods of OpenCReport\Column
,
see Section 12.12.
public final OpenCReport\Row::column_new(): OpenCReport\Column;
Get the first column from the part row.
The object is marked internally as an iterator.
For class methods of OpenCReport\Column
,
see Section 12.12
public final OpenCReport\Row::column_get_first(): ?OpenCReport\Column;
public final OpenCReport\Row:set_suppress( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\Row:get_suppress(): ?OpenCReport\Expr;
When set to yes
,
the part row will start on a new page.
public final OpenCReport\Row:set_newpage( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\Row:get_newpage(): ?OpenCReport\Expr;
public final OpenCReport\Row::set_layout( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\Row::set_layout(): ?OpenCReport\Expr;