mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Besides the start/center/end values specified in the OOXML standard, Word also uses "left" and "right" as values. We need to support this to prevent POI code from crashing with such documents. Fixes: https://bz.apache.org/bugzilla/show_bug.cgi?id=69744