Unplanned
Last Updated: 14 Oct 2019 12:35 by ADMIN
Michael
Created on: 14 Oct 2019 12:33
Category: WordsProcessing
Type: Bug Report
3
WordsProcessing: Table and TableCell borders width is exported with default value of zero when not specified

When applying a table or table cell border with no thickness specified, the border is exported with a default thickness value of zero. However, by specification, the default value should be 2.

Workaround: Create a border by specifying the thickness value. For example:

table.Borders = new TableBorders(new Border(thickness, BorderStyle.Single, new ThemableColor(Colors.Black)));

0 comments