-
Notifications
You must be signed in to change notification settings - Fork 5
Access Ranges in Document
shoaibkhan-aspose edited this page Jun 6, 2014
·
2 revisions
Range range = doc.getRange();
String text = range.text();
Range range = doc.getRange();
String text = range.getText();
Download Source Code
For further releases and updates, please follow these new repositories:
- Aspose.Words Java for Apache POI
- Aspose.Cells Java for Apache POI
- Aspose.Slides Java for Apache POI
- Aspose.Email Java for Apache POI
- For documentation, please visit Aspose Docs.
- Raise your queries and suggest more examples via Aspose Forums or via new social coding sites.