Uses of Class
com.itextpdf.html2pdf.attach.wrapelement.ColWrapper
Packages that use ColWrapper
Package
Description
-
Uses of ColWrapper in com.itextpdf.html2pdf.attach.impl.tags
Methods in com.itextpdf.html2pdf.attach.impl.tags that return ColWrapper -
Uses of ColWrapper in com.itextpdf.html2pdf.attach.util
Methods in com.itextpdf.html2pdf.attach.util that return ColWrapperModifier and TypeMethodDescriptionWaitingColgroupsHelper.getColWrapper
(int index) Gets a specific column. -
Uses of ColWrapper in com.itextpdf.html2pdf.attach.wrapelement
Methods in com.itextpdf.html2pdf.attach.wrapelement that return ColWrapperModifier and TypeMethodDescriptionColgroupWrapper.getColumnByIndex
(int index) Gets the column by index.ColWrapper.setCellCssProps
(Map<String, String> cellCssProps) Sets the cell CSS properties.ColWrapper.setOwnCssProps
(Map<String, String> ownCssProps) Sets the own CSS properties.ColWrapper.setWidth
(com.itextpdf.layout.properties.UnitValue width) Sets the width.Methods in com.itextpdf.html2pdf.attach.wrapelement that return types with arguments of type ColWrapper