aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFShapeContainer.java
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2025-07-23 22:33:47 +0200
committerGitHub <noreply@github.com>2025-07-23 21:33:47 +0100
commit0b9bc5d0b46a9325f783e5362f9986a00fd35bda (patch)
tree086722dc5e0fb507570164424df21f651904f138 /poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFShapeContainer.java
parente5b2fbb89b7d704d69f64825dd03d819545f28f7 (diff)
downloadpoi-trunk.tar.gz
poi-trunk.zip
Add getters for CTSdt(Content)Cell objects. (#854)HEADtrunk
* Add getters for CTSdt(Content)Cell objects. 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. * Add javadoc and @since annotation.
Diffstat (limited to 'poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFShapeContainer.java')
0 files changed, 0 insertions, 0 deletions