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

          Priority: P2
            Bug ID: 53914
          Assignee: dev@poi.apache.org
           Summary: TableRow#getTopBorder() return bottom's border
          Severity: normal
    Classification: Unclassified
          Reporter: madg...@gmail.com
          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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to