Section removal

Hi,
Is there a way via which I can remove a piece of document inside a section.
Eg. I have multiple lines printed inside a section, can I spilt that section to something like subsection? is this doable?

Is there any method to split a portion of content within a section into smaller subsections?

@nileshmishra You can remove any node from the document. Please see our documentation to learn more about Aspose.Words Document Object Model:
https://docs.aspose.com/words/java/aspose-words-document-object-model/

You can also insert a section break using DocumentBuilder.insertBreak method. So you can move DocumentBuilder for example to bookmark and insert section break to split content into sections.