I am currently working on a project where I am using OpenXML SDK and MS Word. I am adding a custom header to the word documents by using Open XML SDK and c#. I am adding the header by using the code as provided here: https://msdn.microsoft.com/en-us/library/office/cc546917.aspx
I need to rotate the header, so it is pointing vertically down the page and is is aligned on the right side. I need som help and tips to do that. If somebodys got some tips or code samples for that, please post it here.
I am new to OpenXML developing, so if you know about any good page I can follow for references, please post that also.
In order to explore your document, you can use the OpenXML tools provided by Microsoft here: https://www.microsoft.com/en-gb/download/details.aspx?id=30425. When you click download you will see two files including the tools one.
The very useful thing is to create what you want in word manually, find the section using the explorer and then reflect the code. This gives you a great idea of how to implement it in your app.