Bug 55954

Summary: Unable to remove the outer borders of a table
Product: POI Reporter: 25.govind
Component: XWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.9-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description 25.govind 2014-01-05 17:11:40 UTC
I created a table with createTable API and was able to remove innerBorders by :
setInsideHBorder(XWPFBorderType.NIL, 1, 1, "FFFFFF");
setInsideVBorder(XWPFBorderType.NIL, 1, 1, "FFFFFF");
	
However, I m unable to remove the outerBorders.
Comment 1 Mark Murphy 2018-02-11 18:47:13 UTC
Fixed r1823873.

Added setters and getters for outer borders (Top, Bottom, Left, and Right).
Added remove methods for all borders.