Re: Any Active Work to Improve XWFPFootnote Methods?

2018-07-19 Thread Eliot Kimber
I have trunk compiled to 4.0.0-SNAPSHOT jars and deployed to my local Maven repository and my POI-using project's test cases still pass so I think I'm ready to write some POI code... Thanks for the very clear project documentation for contributors--it was very helpful and let me get going with

Re: Any Active Work to Improve XWFPFootnote Methods?

2018-07-19 Thread Eliot Kimber
Ah--for some reason I though 3.0.0 was the latest or maybe I just wasn't paying attention to the version. I'll be sure to work against the latest code. Cheers, E. -- Eliot Kimber http://contrext.com On 7/19/18, 1:52 PM, "Greg Woolsey" wrote: Also, please note that version 3.0.0 is ex

Re: Any Active Work to Improve XWFPFootnote Methods?

2018-07-19 Thread Greg Woolsey
Also, please note that version 3.0.0 is extremely old, and the API has changed significantly. Further, current source trunk is again much changed from the current release, 3.17, especially wrt to replacing ints with Enums when possible. Any patch would need to be against the current SVN/Git sourc

Re: Any Active Work to Improve XWFPFootnote Methods?

2018-07-19 Thread Eliot Kimber
I will pursue it. Cheers, E. -- Eliot Kimber http://contrext.com On 7/19/18, 11:41 AM, "pj.fanning" wrote: If you could add the missing methods to the XWFPFootnote and submit a pull request, that would be great. We'd like to avoid exposing the underlying XMLBeans generated clas

Re: Any Active Work to Improve XWFPFootnote Methods?

2018-07-19 Thread pj.fanning
If you could add the missing methods to the XWFPFootnote and submit a pull request, that would be great. We'd like to avoid exposing the underlying XMLBeans generated classes indefinitely. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html -

Any Active Work to Improve XWFPFootnote Methods?

2018-07-19 Thread Eliot Kimber
I'm generating footnotes in DOCX and I found the Footnote API insufficient for my needs. I'm working with POI 3.0.0. I expected to be able to create an XWPFFootnote using e.g. doc.addNewFootnote() or doc.getFootnotes().addNewFootnote() but it doesn't look like those types of methods are impleme