Interface ICssApplier

All Known Implementing Classes:
BlockCssApplier, BodyTagCssApplier, CaptionCssApplier, ColgroupTagCssApplier, ColTagCssApplier, CssContentLinearGradientApplier, DisplayFlexTagCssApplier, DisplayTableRowTagCssApplier, DlTagCssApplier, HrTagCssApplier, HtmlTagCssApplier, LiTagCssApplier, PageMarginBoxCssApplier, PlaceholderCssApplier, SpanTagCssApplier, TableTagCssApplier, TdTagCssApplier, TrTagCssApplier, UlOlTagCssApplier

public interface ICssApplier
Interface to be implemented by all types of CSS appliers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker)
    Applies styles to an element.
  • Method Details

    • apply

      void apply (ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker)
      Applies styles to an element.
      Parameters:
      context - the processor context
      stylesContainer - the styles
      tagWorker - the tag worker for the element