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 certainElement
s.com.itextpdf.tool.xml.html.table TagProcessor implementations fortable
tags. -
-
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 HtmlCell
HtmlCellCssApplier. apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc)
Applies css to a HtmlCellHtmlCell
HtmlCellCssApplier. 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 HtmlCell
HtmlCellCssApplier. apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc)
Applies css to a HtmlCellHtmlCell
HtmlCellCssApplier. apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext ctx)
private void
HtmlCellCssApplier. setBottomOfBorder(HtmlCell cell, java.lang.String key, java.lang.String value, TableStyleValues values)
private void
HtmlCellCssApplier. setLeftOfBorder(HtmlCell cell, java.lang.String key, java.lang.String value, TableStyleValues values)
private void
HtmlCellCssApplier. setRightOfBorder(HtmlCell cell, java.lang.String key, java.lang.String value, TableStyleValues values)
private void
HtmlCellCssApplier. setTopOfBorder(HtmlCell cell, java.lang.String key, java.lang.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 HtmlCell Modifier and Type Field Description private java.util.List<HtmlCell>
TableRowElement. content
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 private float
Table. getCellStartWidth(HtmlCell cell)
Calculates the start width of a cell.protected void
TableData. processChunkItems(java.util.List<Element> chunks, HtmlCell cell)
protected void
TableData. processListItems(WorkerContext ctx, Tag tag, java.util.List<ListItem> listItems, HtmlCell cell)
private float[]
Table. setCellWidthAndWidestWord(HtmlCell cell)
Sets the default cell width and widest word of a cell.
-