I have a table consisting of 10 rows and I want to insert some page break symbols in it so the result would be multiple tables in different pages.
I tried to use the AppendBreak method of the paragraph. Seems that it does not work when the paragraph is inside a table.
There are two other properties ParagraphFormat.PageBreakBefore and ParagraphFormat.PageBreakAfter that do not add the page break symbol though they break the same table across pages.