Bug 55954 - Unable to remove the outer borders of a table
Summary: Unable to remove the outer borders of a table
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: 3.9-FINAL
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-05 17:11 UTC by 25.govind
Modified: 2018-02-11 18:47 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.