Class: Idml::Elements::Row

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/idml/elements/row.rb

Overview

<Row> — a row definition in an IDML Table. Per Row_Object in reference-docs/schemas/package/Stories/Story.rnc.

Schema note: real IDML has <Cell> and <Row> as siblings inside <Table>. This class is the schema-faithful model. The legacy Idml::Elements::TableRow (which models the non-standard <TableRow> element) is preserved for back-compat with the existing synthetic test fixture — see TODO 84.

Rows carry visual properties (fill, insets, minimum height) but not cell content — cells live as <Cell> siblings.