Uses of Class
com.itextpdf.tool.xml.html.pdfelement.HtmlCell
Packages that use HtmlCell
Package
Description
Contains classes that can apply css rules on certain
Elements.TagProcessor implementations for
table tags.-
Uses of HtmlCell in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return HtmlCellModifier and TypeMethodDescriptionHtmlCellCssApplier.apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc) Applies css to a HtmlCellHtmlCellCssApplier.apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext ctx) Methods in com.itextpdf.tool.xml.css.apply with parameters of type HtmlCellModifier and TypeMethodDescriptionHtmlCellCssApplier.apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc) Applies css to a HtmlCellHtmlCellCssApplier.apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext ctx) private voidHtmlCellCssApplier.setBottomOfBorder(HtmlCell cell, String key, String value, TableStyleValues values) private voidHtmlCellCssApplier.setLeftOfBorder(HtmlCell cell, String key, String value, TableStyleValues values) private voidHtmlCellCssApplier.setRightOfBorder(HtmlCell cell, String key, String value, TableStyleValues values) private voidHtmlCellCssApplier.setTopOfBorder(HtmlCell cell, String key, String value, TableStyleValues values) -
Uses of HtmlCell in com.itextpdf.tool.xml.html.table
Fields in com.itextpdf.tool.xml.html.table with type parameters of type HtmlCellMethods in com.itextpdf.tool.xml.html.table that return types with arguments of type HtmlCellMethods in com.itextpdf.tool.xml.html.table with parameters of type HtmlCellModifier and TypeMethodDescriptionprivate floatTable.getCellStartWidth(HtmlCell cell) Calculates the start width of a cell.protected voidTableData.processChunkItems(List<Element> chunks, HtmlCell cell) protected voidTableData.processListItems(WorkerContext ctx, Tag tag, List<ListItem> listItems, HtmlCell cell) private float[]Table.setCellWidthAndWidestWord(HtmlCell cell) Sets the default cell width and widest word of a cell.