'Can I use poi to implement the effects of the vba Document.ConvertNumbersToText method?

I want to use poi to convert all list numbers in a document to text, and there is a method in vba:

Document.ConvertNumbersToText

I looked at poi's XWPFNumbering class and didn't find anything I wanted.

Hope to get your help, thank you!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source