Hello!
in standarts of our document we have to enumerate tables like
‘table 1 - its my table’
‘table 2 - my beautiful data’
And if the table does not fit on one page, we have to repeat table heading and write this over heading:
‘continuation of table 1’
‘continuation of table 2’
for example if the table fit only on three pages, its look like this:
[page 1]
‘table 55 - very big table’
*table heading
…
*table content 1
…
[page 2]
‘continuation of table 55’
*table heading
…
*table content 2
…
[page 3]
‘continuation of table 55’
*table heading
…
*table content 3
…
the question is - how to break table exactly at the end of the pages, so that you can work with them as with different table objects and, accordingly, insert something (text) between them
p.s. I looked at the app ‘showcases’, which go with Aspose.Words.C++ library and a large table with several pages is a single object
keywords: heading, table header, table continuation, table enumeration