mirror of
https://github.com/apache/poi.git
synced 2026-02-27 12:30:08 +08:00
* Allow null values in XWPFParagraph.get/setAlignment(). A null value in this field would indicate that the paragraph should follow the alignment provided by the style hierarchy. Fixes: https://bz.apache.org/bugzilla/show_bug.cgi?id=69720 * Revert getAlignment() and implement isAlignmentSet() instead. * Replace test case file. * Implement XWPFParagraph.getTCPPr(create). It lets the caller choose if a new PPr should be created in case it doesn't exist. * use getCTPPr(boolean) * compile issue --------- Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
12 KiB
12 KiB