Hello,
I am trying to mimic the following VBA code using Aspose:
ConvertNumbersToText Method | Microsoft Learn
This word vba method (ActiveDocument.ConvertNumbersToText) converts all auto-numbering to text in a docume…...labels to regular text: doc = aw.Document("C:\\Temp\\in.docx");...for p in doc.get_child_nodes(aw.NodeType.PARAGRAPH, True) : para...