Class TableBorderUtil


  • final class TableBorderUtil
    extends java.lang.Object
    • Constructor Detail

      • TableBorderUtil

        private TableBorderUtil()
    • Method Detail

      • getCellSideBorder

        public static Border getCellSideBorder​(Cell cellModel,
                                               int borderType)
      • getWidestBorder

        public static Border getWidestBorder​(java.util.List<Border> borderList)
      • getWidestBorder

        public static Border getWidestBorder​(java.util.List<Border> borderList,
                                             int start,
                                             int end)
      • createAndFillBorderList

        public static java.util.List<Border> createAndFillBorderList​(Border border,
                                                                     int size)
      • createAndFillBorderList

        public static java.util.List<Border> createAndFillBorderList​(java.util.List<Border> originalList,
                                                                     Border borderToCollapse,
                                                                     int size)