2 results
set the contents of this shape to be a copy of the source shape . this method is called when there are no the shape .
167. XWPFWordExtractor wde = new XWPFWordExtractor(wd);
168. bodyText = wde.getText();
1 results
return the underlying cell and by this method
204. XWPFWordExtractor we = null;
215. return we.getText();
1 results
get the document part that ‘ s defined as the given relationship of the given property .
155. XWPFWordExtractor extractor = new XWPFWordExtractor(docx);
156. return extractor.getText().toCharArray();