pub fn layout_table(
elem: &Packed<TableElem>,
engine: &mut Engine<'_>,
locator: Locator<'_>,
styles: StyleChain<'_>,
regions: Regions<'_>,
) -> SourceResult<Fragment>
Expand description
Layout the table.
pub fn layout_table(
elem: &Packed<TableElem>,
engine: &mut Engine<'_>,
locator: Locator<'_>,
styles: StyleChain<'_>,
regions: Regions<'_>,
) -> SourceResult<Fragment>
Layout the table.