You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i place a table in my document the table grid has zero witdh (the lines separating each cell aren't showing up ).
My usage example:
Docx::Document *document = new Docx::Document("template.docx");
Docx::Table *table = document ->addTable(5, 9);
document->save(path);
The text was updated successfully, but these errors were encountered:
When i place a table in my document the table grid has zero witdh (the lines separating each cell aren't showing up ).
My usage example:
Docx::Document *document = new Docx::Document("template.docx");
Docx::Table *table = document ->addTable(5, 9);
document->save(path);
The text was updated successfully, but these errors were encountered: