interface DocXTables {
    tables: DocXTableCell[][][];
}

Properties

Properties

tables: DocXTableCell[][][]