ASPOSE Word .Net - dynamically set position of Bookmark on continuation pages

Hello
How to set dynamically , position of Bookmark on continuation pages as the positions are different from 1st page. Check the Attached Image. We want to set position of Bookmark above the Table.
We have positioned Bookmark as per the below link :
http://stackoverflow.com/questions/29789191/fixing-some-content-at-the-end-of-first-page-aspose-words-java
Also please let us know How can we remove header footer from first and last page

Regards
Atul

Hi Atul,

Thanks for your inquiry.

impexdocs:
How to set dynamically , position of Bookmark on continuation pages as the positions are different from 1st page. Check the Attached Image. We want to set position of Bookmark above the Table.

Bookmark is a “facade” object that encapsulates two nodes BookmarkStart and BookmarkEnd in a document tree and allows to work with a bookmark as a single object. Please move the cursor to the paragraph node before table and insert the bookmark.

impexdocs:
Also please let us know How can we remove header footer from first and last page

It seems that you want to remove the table’s row. Please use Row.Remove method to remove the row from the table. If you want to remove header/footer of a Section, please use Section.HeadersFooters.Clear meto remove them.

If you still face problem, please share your input and expected output documents here for our reference. We will then provide you more information about your query along with code.