Class TableTagCssApplier

java.lang.Object
com.itextpdf.html2pdf.css.apply.impl.BlockCssApplier
com.itextpdf.html2pdf.css.apply.impl.TableTagCssApplier
All Implemented Interfaces:
ICssApplier

public class TableTagCssApplier extends BlockCssApplier
ICssApplier implementation for table elements.
  • Constructor Details

    • TableTagCssApplier

      public TableTagCssApplier()
  • Method Details

    • apply

      public void apply (ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker worker)
      Description copied from interface: ICssApplier
      Applies styles to an element.
      Specified by:
      apply in interface ICssApplier
      Overrides:
      apply in class BlockCssApplier
      Parameters:
      context - the processor context
      stylesContainer - the styles
      worker - the tag worker for the element