jaragunde opened a new pull request, #854: URL: https://github.com/apache/poi/pull/854
Currently the XWPFSdt(Content)Cell object just produces a text equivalent of the content. There is no way to access the inner XML node for further inspection; instead, one needs to go to the parent object and iterate over its XML children. This would allow users to use the XWPFRow.getICells() to obtain XWPFTableCell or XWPFSDTCell objects, and then access the latter's inner XML node to get access to its full data. We also defer the parsing of the text in XWPFContentCell until the getter is called. A user who will work with the inner XML is unlikely to need the text parsing done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org