Hi
I am using Visual Studio 2013, with Aspose Words 15.7. Also MS Word 2010.
I am creating a Word document programmatically, and would like to use Word’s Alignment Tab feature in the headers and footers. However, I can’t seem to figure out how to do it.
This post seems to imply that there is a class called AbsolutePositionTab that could do the trick, but I am unable to figure out how to use it (if, indeed, it is the correct class to use). There is no public constructor, and no method that I can see to insert or create it in either the Document or the DocumentBuilder classes.
I’ve searched the forums, and come up empty. Does anyone have any ideas?
I’m currently inserting a table into the header/footer, with cells aligned to left/centre/right as needed, but the drawback to that is, I get a extra line feed in the header or footer directly after the table - which throws out the vertical alignment for footers.
Thanks
Chris Fairall.