com.itextpdf.tool.xml.css.apply
Class ListStyleTypeCssApplier
java.lang.Object
com.itextpdf.tool.xml.css.apply.ListStyleTypeCssApplier
public class ListStyleTypeCssApplier
- extends Object
- Author:
- itextpdf.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListStyleTypeCssApplier
public ListStyleTypeCssApplier()
apply
public List apply(List list,
Tag t,
ImageProvider htmlPipelineContext)
- 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!
- Parameters:
list - the list to stylet - the taghtmlPipelineContext - the context
- Returns:
- the changed
List
apply
public Element apply(List e,
Tag t)
- Parameters:
e - t -
- Returns:
Copyright © 2011. All Rights Reserved.