Catalogen

XWPFWordExtractor


Cluster 1 (bodytext, extractor, wde)

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();

Cluster 2 (gettext, null, we)

1 results

return the underlying cell and by this method

204. XWPFWordExtractor we = null;
215. return we.getText();

Cluster 3 (docx, extractor, xwpfwordextractor)

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();