https://issues.apache.org/bugzilla/show_bug.cgi?id=53914
Priority: P2
Bug ID: 53914
Assignee: [email protected]
Summary: TableRow#getTopBorder() return bottom's border
Severity: normal
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 3.8
Component: HWPF
Product: POI
Hi, I found a simple mistake
in org.apache.poi.hwpf.usermodel.TableRow line 111
public BorderCode getTopBorder()
{
return _tprops.getBrcBottom();
}
Please return the top.
--
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]