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

            Bug ID: 57164
           Summary: XSSFDrawing.createCellComment() does not honor dx and
                    dy values passed in
           Product: POI
           Version: 3.11-dev
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 32164
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32164&action=edit
suggested patch

XSSFDrawing.createCellComment() takes a ClientAnchor as an argument to control
positioning of the created comment. While it positions the comment at the given
cells it completely ignores any dx and dy values defined in the anchor and sets
those to 0 on the resulting VML-drawing.

See my attached patch for how I think it should work.

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