Class WaitingColgroupsHelper
java.lang.Object
com.itextpdf.html2pdf.attach.util.WaitingColgroupsHelper
Helper class for waiting column groups.
-
Constructor Summary
ConstructorDescriptionWaitingColgroupsHelper
(com.itextpdf.styledxmlparser.node.IElementNode tableElement) Creates a newWaitingColgroupsHelper
instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ColgroupWrapper colgroup) Adds a column group.void
Applies column styles.getColWrapper
(int index) Gets a specific column.
-
Constructor Details
-
WaitingColgroupsHelper
public WaitingColgroupsHelper(com.itextpdf.styledxmlparser.node.IElementNode tableElement) Creates a newWaitingColgroupsHelper
instance.- Parameters:
-
tableElement
- the table element
-
-
Method Details
-
add
Adds a column group.- Parameters:
-
colgroup
- the column group
-
applyColStyles
public void applyColStyles()Applies column styles. -
getColWrapper
Gets a specific column.- Parameters:
-
index
- the index of the column - Returns:
- the column
-