I am using Infragistics.Documents.Word.WordDocumentWriter to create docx files. Somehow, I cannot figure out how to create (numbered) headings? There is no sample provided and I cannot find anything in the API.
Hope this is possible.
Best regards,
Jacob
Hello Jacob,
Thank you for contacting Infragistics!
Headers or Footers with Page Numbers can be achieved by calling AddPageNumberField off the SectionHeaderFooterWriteSet as described in the linked documentation.