Class WaitingColgroupsHelper
java.lang.Object
com.itextpdf.html2pdf.attach.util.WaitingColgroupsHelper
Helper class for waiting column groups.
-
Constructor Summary
ConstructorsConstructorDescriptionWaitingColgroupsHelper(com.itextpdf.styledxmlparser.node.IElementNode tableElement) Creates a newWaitingColgroupsHelperinstance. -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ColgroupWrapper colgroup) Adds a column group.voidApplies column styles.getColWrapper(int index) Gets a specific column.
-
Constructor Details
-
WaitingColgroupsHelper
public WaitingColgroupsHelper(com.itextpdf.styledxmlparser.node.IElementNode tableElement) Creates a newWaitingColgroupsHelperinstance.- 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
-