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

gabe pisce <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #10 from gabe pisce <[email protected]> ---
Needed classes:

1)
XWPFTableCell cell = ...;
CTTc ctTc = cell.getCTTc();
CTTcPr tcPr = ctTc.addNewTcPr();
CTHMerge hMerge = tcPr.addNewHMerge();
hMerge.setVal(STMerge.RESTART);

=> org.openxmlformats.schemas.wordprocessingml.x2006.main.STMerge is missing


2)
XWPFTableCell cell = ...;
CTTc ctTc = cell.getCTTc();
CTTcPr tcPr = ctTc.addNewTcPr();
CTVMerge vMerge = tcPr.addNewVMerge();

=> org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVMerge is missing

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