Package com.itextpdf.tool.xml.html
Interface CssAppliersAware
-
- All Known Implementing Classes:
AbstractTagProcessor,Anchor,Body,Break,Div,Header,HorizontalRule,HtmlPipelineContext,Image,Link,Meta,NonSanitizedTag,OrderedUnorderedList,OrderedUnorderedListItem,ParaGraph,Span,Style,Table,TableData,TableRow,Title,XML
public interface CssAppliersAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CssAppliersgetCssAppliers()voidsetCssAppliers(CssAppliers cssAppliers)
-
-
-
Method Detail
-
setCssAppliers
void setCssAppliers(CssAppliers cssAppliers)
- Parameters:
cssAppliers- the CssAppliers
-
getCssAppliers
CssAppliers getCssAppliers()
- Returns:
- the CssAppliers
-
-