aspose-words / Aspose.Words-for-Java

Aspose.Words for Java examples, plugins and showcases
https://products.aspose.com/words/java
MIT License
401 stars 206 forks source link

fixed header on each page of the table #82

Closed JiangHao-1 closed 1 year ago

JiangHao-1 commented 2 years ago

fixed header on each page of the table

JiangHao-1 commented 2 years ago

I have a requirement to implement a table through coding. My data may appear on multiple pages. I want the data on each page to automatically have a header. Note that it is not configured through a template

AlexNosk commented 2 years ago

@JiangHao-1 You can achieve this by specifying RowFormat.HeadingFormat property. Please see our documentation for more information: https://docs.aspose.com/words/java/working-with-columns-and-rows/#specify-rows-to-repeat-on-subsequent-pages-as-header-rows