https://bz.apache.org/bugzilla/show_bug.cgi?id=64851
Bug ID: 64851 Summary: ctr.getTArray() returns empty array Product: POI Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: XWPF Assignee: dev@poi.apache.org Reporter: nadavbene...@gmail.com Target Milestone: --- ctr.getTArray() yields empty array when running these two lines: CTR ctr = CTR.Factory.parse("<w:r xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"><w:t>primary </w:t></w:r>"); CTText[] cttexts = ctr.getTArray(); -- 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