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.
pub fn table_to_cellgrid<'a>(
elem: &Packed<TableElem>,
engine: &mut Engine<'_>,
locator: Locator<'a>,
styles: StyleChain<'_>,
) -> SourceResult<CellGrid<'a>>
Convert a table to a cell grid.