Bug 58847 - Support Office 12 DocumentSummaryInformation well known properties
Summary: Support Office 12 DocumentSummaryInformation well known properties
Status: NEEDINFO
Alias: None
Product: POI
Classification: Unclassified
Component: HPSF (show other bugs)
Version: 3.14-dev
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-13 07:23 UTC by Nick Burch
Modified: 2016-01-13 17:01 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Burch 2016-01-13 07:23:58 UTC
As identified in http://stackoverflow.com/questions/24571072/apache-poi-find-characters-in-word-document-without-spaces , Office 12 (and earlier?) has added some more well-known properties to DocumentSummaryInformation

Based on the official specs, we should add these to wellknown/PropertyIDMap, then appropriate methods on DocumentSummaryInformation

Finally, we should create some sample documents using these, and unit test it
Comment 1 Nick Burch 2016-01-13 07:31:26 UTC
As of r1724363, the IDs have been added to the map, and getters/setters/removers added to DocumentSummaryInformation


I couldn't work out how to quickly add these new properties in Office, so no unit tests have been written

Volunteer needed - add a new test file with these in, similar to test-data/hpsf/TestWriteWellKnown.doc , and write a unit test based on it!