You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/03/12 10:13:38 UTC

[Bug 60847] CTPlotArea OOXML type needs a cleaner interface

https://bz.apache.org/bugzilla/show_bug.cgi?id=60847

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
The CT classes are auto-generated from the official OOXML schemas. They
therefore can't really be changed (and only properly changed with a time
machine and a seat on the specification committee...)

We generally shouldn't be exposing any CT classes through to end users, these
should normally be wrapped up in friendly POI classes. If there's some missing,
we should add that class, deprecate the raw CT class access, and possibly do
some magic in our classes with xml processing to keep things common (if needed)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org