Completed
Last Updated: 09 Dec 2020 09:34 by ADMIN
Release LIB 2020.3.1214 (07/14/2020)
ADMIN
Todor
Created on: 02 Jun 2016 11:11
Category: WordsProcessing
Type: Bug Report
1
WordsProcessing: Paragraph in a TableCell which is in the last TableRow on the page is not exported to the PDF document

In specific situations, a paragraph in a table cell which is last on a document page is not exported to the PDF document.

Possible workaround is adding a new paragraph to the last table cell before exporting the document.

For instance:

BlockCollection footerContent = this.document.Sections.First().Footers.Default.Blocks;
Table footerTable = footerContent.First() as Table;
footerTable.Rows.Last().Cells.First().Blocks.AddParagraph();

1 comment
ADMIN
Peshito
Posted on: 09 Dec 2020 09:34

Hello,

This item will be available in R1 2021 Release. 

It is also available with Telerik UI for WPF's latest internal build - LIB 2020.3.1214 (14/12/2020) if you need it earlier. 

Regards,
Peshito
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.