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





--- Comment #1 from [email protected]  2009-07-17 08:44:19 PST ---
I also would like to add in that you can't currently save the XWPFDocument
properties. 

      XWPFDocument doc = new
XWPFDocument(POIXMLDocument.openPackage("c:\\test.docx"));

      CustomProperties props = doc.getProperties().getCustomProperties();

      CTProperty[] ctp = props.getUnderlyingProperties().getPropertyArray();
      for (CTProperty foo : ctp) {
          System.out.println(foo.toString());
      } 

But there is no, doc.setProperties(...) 
Tested with 3.5-beta7

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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