Uses of Class
com.itextpdf.layout.renderer.TableWidths.CellInfo
-
Packages that use TableWidths.CellInfo Package Description com.itextpdf.layout.renderer -
-
Uses of TableWidths.CellInfo in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer with type parameters of type TableWidths.CellInfo Modifier and Type Field Description private java.util.List<TableWidths.CellInfo>
TableWidths. cells
Methods in com.itextpdf.layout.renderer that return types with arguments of type TableWidths.CellInfo Modifier and Type Method Description (package private) java.util.List<TableWidths.CellInfo>
TableWidths. autoLayoutCustom()
Methods in com.itextpdf.layout.renderer with parameters of type TableWidths.CellInfo Modifier and Type Method Description int
TableWidths.CellInfo. compareTo(TableWidths.CellInfo o)
private float[]
TableWidths. getCellBorderIndents(TableWidths.CellInfo cell)
(package private) void
TableWidths. processCell(TableWidths.CellInfo cell)
(package private) void
TableWidths. processCellsRemainWidth(TableWidths.CellInfo cell, UnitValue cellWidth)
-