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: [email protected]
          Reporter: [email protected]

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to