Class TableBorderUtil

java.lang.Object
com.itextpdf.layout.renderer.TableBorderUtil

final class TableBorderUtil extends Object
  • Constructor Details

    • TableBorderUtil

      private TableBorderUtil()
  • Method Details

    • getCellSideBorder

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

      public static Border getWidestBorder(List<Border> borderList)
    • getWidestBorder

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

      public static List<Border> createAndFillBorderList(Border border, int size)
    • createAndFillBorderList

      public static List<Border> createAndFillBorderList(List<Border> originalList, Border borderToCollapse, int size)