简体   繁体   中英

Hide the border for cell in table using Aspose java

We have inserted the page numbers and footer text in the Footer using table but we want to hide the cell border for the table.

enter link description here

You should simply set line style of the cell borders to none:

builder.getCellFormat().getBorders().setLineStyle(LineStyle.NONE);

In this case borders will not be visible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM