Trait layout_2013::table::TableLikeFlow

source ·
pub trait TableLikeFlow {
    // Required method
    fn assign_block_size_for_table_like_flow(
        &mut self,
        block_direction_spacing: Au,
        layout_context: &LayoutContext<'_>,
    );
}
Expand description

Encapsulates functionality shared among all table-like flows: for now, tables and table rowgroups.

Required Methods§

source

fn assign_block_size_for_table_like_flow( &mut self, block_direction_spacing: Au, layout_context: &LayoutContext<'_>, )

Lays out the rows of a table.

Implementors§