Class WaitingColgroupsHelper

java.lang.Object
com.itextpdf.html2pdf.attach.util.WaitingColgroupsHelper

public class WaitingColgroupsHelper extends Object
Helper class for waiting column groups.
  • Constructor Details

    • WaitingColgroupsHelper

      public WaitingColgroupsHelper (com.itextpdf.styledxmlparser.node.IElementNode tableElement)
      Creates a new WaitingColgroupsHelper instance.
      Parameters:
      tableElement - the table element
  • Method Details

    • add

      public void add (ColgroupWrapper colgroup)
      Adds a column group.
      Parameters:
      colgroup - the column group
    • applyColStyles

      public void applyColStyles()
      Applies column styles.
    • getColWrapper

      public ColWrapper getColWrapper (int index)
      Gets a specific column.
      Parameters:
      index - the index of the column
      Returns:
      the column