Function table_to_cellgrid

Source
pub fn table_to_cellgrid<'a>(
    elem: &Packed<TableElem>,
    engine: &mut Engine<'_>,
    locator: Locator<'a>,
    styles: StyleChain<'_>,
) -> SourceResult<CellGrid<'a>>
Expand description

Convert a table to a cell grid.