Uses of Class
com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Package
Description
-
Uses of ColgroupWrapper in com.itextpdf.html2pdf.attach.impl.tags
-
Uses of ColgroupWrapper in com.itextpdf.html2pdf.attach.util
Modifier and TypeMethodDescriptionvoid
WaitingColgroupsHelper.add
(ColgroupWrapper colgroup) Adds a column group. -
Uses of ColgroupWrapper in com.itextpdf.html2pdf.attach.wrapelement
Modifier and TypeMethodDescriptionColgroupWrapper.finalizeCols()
Finalize the columns.ColgroupWrapper.setCellCssProps
(Map<String, String> cellCssProps) Sets the cell CSS properties.ColgroupWrapper.setOwnCssProps
(Map<String, String> ownCssProps) Sets the own CSS properties.ColgroupWrapper.setWidth
(com.itextpdf.layout.properties.UnitValue width) Sets the width.