Menu

Delete Ranges in Document

Shoaib

Apache POI WP - Delete Ranges in Document

doc.getRange().getSection(0).delete();      
String text = doc.getRange().text();

Aspose.Words

doc.getSections().get(0).getRange().delete();
String text = doc.getRange().getText();

Download Source Code


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.