diff options
author | Nick Burch <nick@apache.org> | 2011-04-15 16:16:09 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2011-04-15 16:16:09 +0000 |
commit | 020121825c6b329282d9bad147a40bd15cf85e3b (patch) | |
tree | 7533dcfc76e0e2e633f89047bcffa7c608978b5d /src/documentation | |
parent | 55633689cef8f855e8c7ce3f547c8016084cb5f4 (diff) | |
download | poi-020121825c6b329282d9bad147a40bd15cf85e3b.tar.gz poi-020121825c6b329282d9bad147a40bd15cf85e3b.zip |
Add support for adding a picture to a XSSFRun
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1092755 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 1c398d0b96..76d616f47f 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.8-beta3" date="2011-??-??"> + <action dev="poi-developers" type="add">49765 - Support for adding a picture to a XSSFRun</action> <action dev="poi-developers" type="fix">Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features</action> <action dev="poi-developers" type="fix">51061 - Correct target URI for new XSSF Tables</action> <action dev="poi-developers" type="add">Initial support for XSSF Charts. Provides easy access to the underlying CTChart object via the Sheet Drawing, but no high level interface onto the chart contents as yet.</action> |