https://issues.apache.org/bugzilla/show_bug.cgi?id=56154

            Bug ID: 56154
           Summary: [CoreProperties] - get|set - lastModifiedBy 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

Hello,

Why it is not possible to set a lastModifiedBy in a
POIXMLProperties.CoreProperties ?

(Even the function exists in PackagePropertiesPart.setLastModifiedByProperty
...)

I think we have to add the attribut in POIXMLProperties.CoreProperties :


public String getLastModifiedBy () {
return part.getLastModifiedBy;
}

public String setLastModifiedBy (String lastModifiedBy) {
return part.setLastModifiedBy(lastModifiedBy);
}

Thanks,

-- 
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

Reply via email to