GitHub user may-bee opened a pull request:
https://github.com/apache/poi/pull/7
Trunk
For test issues, we compare automatic filled word forms at least by
extracting the documents' text. Therefore it would be great if the
XWPFWordExtractor could also extract the values of form check boxes as text to
be able to compare their status on text base.
This pull request implements the described feature. Form check boxes in
*.docx format will be extracted as |_| for an disabled check box and |X| for an
enabled check box.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/may-bee/poi trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/poi/pull/7.patch
----
commit 9f89e6dfaabe1515b4443bdb5b38b2ad61ecce44
Author: Malte Brunnlieb <[email protected]>
Date: 2014-01-25T18:58:01Z
text extraction for form checkboxes in xwpf word format
commit c9d67c984d2eb987570ed561394f71578776033b
Author: Malte Brunnlieb <[email protected]>
Date: 2014-01-25T19:28:51Z
xwpf word extractor: fetch check boxes: test case enrichment and cleanup
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]