Numbering feature with Aspose Word for Java

Hi!

I read the next post
Issue with Bullets and numbering feature with Aspose Word for Java

and i need catch some node of one document that have some numbering list and put into another document. I see in the post that styles are in the section, so, how can i get the numbering style from source, without text, and put into dest document?

thx

Hi

Thanks for your inquiry. If you need just copy some node from one document to another document, you can use NodeImperter class to achieve this:
https://reference.aspose.com/words/net/aspose.words/nodeimporter/
During copying nodes from one document to another all required styles and lists will also be coped into the destination document.
Please let me know in case of any issues.
Best regards.