Bug 65551

Summary: Incorrect fetching paragraph and text runs props from master shape
Product: POI Reporter: savinskiy.konstantin
Component: XSLFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 5.0.0-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Test document

Description savinskiy.konstantin 2021-09-04 08:48:59 UTC
Created attachment 38018 [details]
Test document

Paragraph and text runs properties don't fetch from the master slide.

https://github.com/apache/poi/blob/REL_5_0_0/src/ooxml/java/org/apache/poi/xslf/model/ParagraphPropertyFetcher.java#L75

In this case, receives default master properties. See the attached document and pay attention to the text alignment of copyright in the footer.
Comment 1 PJ Fanning 2021-09-08 18:22:30 UTC
Thanks for reporting the issue. POI is a volunteer project and not many of the
existing community are active on pptx support. Would it be possible that you
or your team could contribute a patch?
Comment 2 Andreas Beeker 2021-10-11 19:45:23 UTC
Thank you for the test file.
Fixed via r1894140