https://bz.apache.org/bugzilla/show_bug.cgi?id=57899

            Bug ID: 57899
           Summary: Refactor XWPFRun and XWPFParagraph so the PPr/RPr
                    logic can be shared with the default styles code
           Product: POI
           Version: 3.12-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XWPF
          Assignee: [email protected]
          Reporter: [email protected]

As of r1678193, XWPFStyles now exposes the default paragraph and run style
information via new classes XWPFDefaultRunStyle and XWPFDefaultParagraphStyle

However, these classes don't have much logic on them. Most of what they need
can be found on XWPFRun and XWPFParagraph, and both sets work with the same
objects, RPr / PPr

Therefore, the common RPr logic should be refactored out of XWPFRun and put
somewhere so it can be shared with XWPFDefaultRunStyle. Likewise, the same
should be done for PPr logic in XWPFParagraph for XWPFDefaultParagraphStyle

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to