https://issues.apache.org/bugzilla/show_bug.cgi?id=56155
Bug ID: 56155 Summary: [CoreProperties] - get|set - version missing Product: POI Version: 3.9 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: POI Overall Assignee: dev@poi.apache.org Reporter: marcel_kob...@hotmail.com idem as 56154 for Version. Why it is not possible to set a version in a POIXMLProperties.CoreProperties ? (Even the function exists in PackagePropertiesPart.setVersion ...) I think we have to add the attribut in POIXMLProperties.CoreProperties : public String getVersion () { return part.getVersion(); } public String setVersion (String version) { return part.setVersion(version); } -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org