Profile Picture

Border Thickness not behaving as expected

Posted By Michaela Griffiths 2 Years Ago
Author
Message
Michaela Griffiths
Posted 2 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)

Group: Forum Members
Last Active: 2 Years Ago
Posts: 1, Visits: 12
I am using a NRichTextView to programmatically generate a table and exporting it to a docx.
I have the following code to create a table with a border.

NTable table = new NTable();
table.Border = NBorder.CreateFilledBorder(NColor.Red);
table.BorderThickness = new NMargins(0,1,0,1);



I would expect this to generate a table with a red border at the top and bottom, and no border on the sides, but I get a red border on all sides. Is there a way to get a partial border?




Nevron Software
Posted 2 Years Ago
View Quick Profile
Forum Member

Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)

Group: Administrators
Last Active: Last Year
Posts: 12, Visits: 147
Hi Michaela,

Thank you for reporting this problem - it was fixed today and the upcoming release of NOV (scheduled for next week) will not have this problem.

If you experience any other issues or have any questions please let us know - we'll be glad to help.

Best Regards,
Nevron Support Team


Nevron Support
Posted 2 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
Hi Michaela,

Just a short note that the new version of NOV that we released last week should be fixing this problem. Please let us know if you have any questions.


Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic