Skip to content

Access Ranges in Document

shoaibkhan-aspose edited this page Jun 6, 2014 · 2 revisions

Apache POI WP

Range range = doc.getRange();
String text = range.text();

Aspose.Words

Range range = doc.getRange();		
String text = range.getText();

Download Source Code

Clone this wiki locally