Interface ICssApplierFactory

All Known Implementing Classes:
DefaultCssApplierFactory

public interface ICssApplierFactory
ICssApplierFactory interface is used for instantiating new ICssApplier objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    getCssApplier(com.itextpdf.styledxmlparser.node.IElementNode tag)
    Returns a ICssApplier instance constructed based on the parameters of a node.
  • Method Details

    • getCssApplier

      ICssApplier getCssApplier (com.itextpdf.styledxmlparser.node.IElementNode tag)
      Returns a ICssApplier instance constructed based on the parameters of a node.
      Parameters:
      tag - a node
      Returns:
      a CSS applier based on the parameters of a node