Package com.itextpdf.layout.renderer
Class TableBorderUtil
- java.lang.Object
-
- com.itextpdf.layout.renderer.TableBorderUtil
-
final class TableBorderUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateTableBorderUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<Border>createAndFillBorderList(Border border, int size)static java.util.List<Border>createAndFillBorderList(java.util.List<Border> originalList, Border borderToCollapse, int size)static BordergetCellSideBorder(Cell cellModel, int borderType)static BordergetWidestBorder(java.util.List<Border> borderList)static BordergetWidestBorder(java.util.List<Border> borderList, int start, int end)
-