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