Uses of Class
com.itextpdf.tool.xml.html.pdfelement.HtmlCell
-
Packages that use HtmlCell Package Description com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certainElements.com.itextpdf.tool.xml.html.table TagProcessor implementations fortabletags. -
-
Uses of HtmlCell in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return HtmlCell Modifier and Type Method Description HtmlCellHtmlCellCssApplier. apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc)Applies css to a HtmlCellHtmlCellHtmlCellCssApplier. apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext ctx)Methods in com.itextpdf.tool.xml.css.apply with parameters of type HtmlCell Modifier and Type Method Description HtmlCellHtmlCellCssApplier. apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc)Applies css to a HtmlCellHtmlCellHtmlCellCssApplier. apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext ctx) -
Uses of HtmlCell in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table that return types with arguments of type HtmlCell Modifier and Type Method Description java.util.List<HtmlCell>TableRowElement. getContent()Methods in com.itextpdf.tool.xml.html.table with parameters of type HtmlCell Modifier and Type Method Description protected voidTableData. processChunkItems(java.util.List<Element> chunks, HtmlCell cell)protected voidTableData. processListItems(WorkerContext ctx, Tag tag, java.util.List<ListItem> listItems, HtmlCell cell)
-