New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define XDDF user model for shape properties to be shared between XSLF, XSSF and XWPF #72
Conversation
Testing Github->Jenkins integration: run tests |
Can one of the admins verify this patch? |
FYI, CI on this branch failed with
See https://builds.apache.org/job/POI-Github-PullRequests/3/console |
@Alain-Bearez the changes generally look good but would it be possible to add more unit tests? |
It would be a bunch of tests for getters and setters... I will try to find some time before the end of the year to copy and adapt the tests from |
@Alain-Bearez If this is ready to merge, I can go ahead and do that. |
@pjfanning I was only waiting for Dominik to confirm that the integration tests are passing for that branch. |
…m GitHub) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820369 13f79535-47bb-0310-9956-ffa450edef68
The main goal of this work is to provide a user model API in order to handle the shape properties without using underlying XmlBeans objects and interfaces. Among others, handling properties related to colors is made simpler by returning and accepting an abstract XDDFColor, which has six distinct implementations, where the developers were required to check whether or not one of the six properties was set.
What is left to be done: