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

Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from Yegor Kozlov <[email protected]> ---
Fixed in r1409676, now STMerge & CTVMerge are in poi-ooxml-schemas

Yegor

(In reply to comment #10)
> 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