I'm using Word automation in server (it is a pain !!) quite extensively to format Word documents. I recently downloaded the trial version of Aspose Words, it is very fast and quite impressive. However, I could not find some of the objects like Line, Selection and different variants of GoTo function (like GoTo a page).
Here are some formatting requirement that i address with Word objects now.
1. If the number of lines in last page of a document is less than a particular number (say 3), move 'n' lines from the previous page to the last page (I insert a page break before the 'n' th line in the last-but-one page to manage this)
2. If the document has more than one page, delete the blank lines and reduce the font to make the document fit one page
Can i implement the above formatting requirements with Aspose Words? If not, is there any plans to support Word objects like Line, Selection and also an extenive GoTo function list that Word objects offer.?