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