Changing the Level of a StructuredDocumentTag in Aspose.Words
I am developing an application, which generates business-mail by filling StructuredDocumentTags using Aspose.Words in existing Word-Document
I would like to know, if there is any way to change the “Level” of a StructuredDocumentTag in an open Aspose.Words.Document from “Inline” to “Block” using Aspose.Words. The class-member “Level” in the class “StructuredDocumentTag” is read-only. Is there perhaps a solution using the “DocumentBuilder”?
Is there is any solution for that, this would save us much work editing >100 .dotx files.
Thanks!