https://bz.apache.org/bugzilla/show_bug.cgi?id=62174
Bug ID: 62174
Summary: class
org.openxmlformats.schemas.wordprocessingml.x2006.main
.STHeightRule not found in jar file
Product: POI
Version: 3.17-FINAL
Hardware: PC
Status: NEW
Severity: critical
Priority: P2
Component: XWPF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Trying to set row heigth of a table with code like this:
int twipsPerInch = 1440;
tableRowTwo.setHeight((int)(twipsPerInch*1/10)); //set height 1/10 inch.
tableRowTwo.getCtRow().getTrPr().getTrHeightArray(0).setHRule(STHeightRule.EXACT);
The complier can't find the class STHeightRule.class
If we get into the jar contents (poi-ooxml-schemas-3.17.jar) the
STHeightRule.Enum.class appears but the STHeightRule.class doesn't
--
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]