mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
* Bugfix setBulletStyle in XSLFTextParagraph Having a 0 here throws IllegalArgumentException, the method setBulletAutoNumber requires 1 as minimun as argument * tests added for setBulletStyle fix