Class ListStyleTypeCssApplier

  • All Implemented Interfaces:
    CssApplier<List>

    public class ListStyleTypeCssApplier
    extends java.lang.Object
    implements CssApplier<List>
    Author:
    itextpdf.com
    • Constructor Detail

      • ListStyleTypeCssApplier

        public ListStyleTypeCssApplier()
    • Method Detail

      • apply

        public List apply​(List list,
                          Tag t,
                          HtmlPipelineContext context)
        The ListCssApplier has the capabilities to change the type of the given List dependable on the css. This means: Always replace your list with the returned one and add content to the list after applying!
        note: not implemented list-style-type:armenian, georgian, decimal-leading-zero.
        Parameters:
        list - the list to style
        t - the tag
        context - the context
        Returns:
        the changed List