Bug 41046

Summary: HSLF: Support for Background shape and Fills.
Product: POI Reporter: Yegor Kozlov <yegor>
Component: HSLFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: the patch
zip archive with the modified and added files

Description Yegor Kozlov 2006-11-27 09:46:13 UTC
This a long-pending patch. Finally I uploaded it.

org.apache.poi.hslf.model.Background represents background shape. 

org.apache.poi.hslf.model.Fill represents functionality provided by the 'Fill
Effects' dialog in PowerPoint.

Now it is possible to read/modify fill effects of a slide, slide master or a shape.
The documentation with how-to is updated.

Supported fill effects:
 - picture, texture and pattern fills (require picture)
 - solid fill
 - background (transparent) fill for shapes
 - gradient fill

Regards, Yegor Kozlov
Comment 1 Yegor Kozlov 2006-11-27 09:46:59 UTC
Created attachment 19178 [details]
the patch
Comment 2 Yegor Kozlov 2006-11-27 09:47:31 UTC
Created attachment 19179 [details]
zip archive with the modified and added files
Comment 3 Nick Burch 2006-11-28 08:00:04 UTC
Thanks for this Yegor. I've committed the code, and uploaded the latest docs to
the site.