pub fn table_to_cellgrid(
elem: &Packed<TableElem>,
engine: &mut Engine<'_>,
styles: StyleChain<'_>,
) -> SourceResult<CellGrid>Expand description
Convert a table to a cell grid.
pub fn table_to_cellgrid(
elem: &Packed<TableElem>,
engine: &mut Engine<'_>,
styles: StyleChain<'_>,
) -> SourceResult<CellGrid>Convert a table to a cell grid.