public class WaitingColgroupsHelper extends Object
| Constructor and Description |
|---|
WaitingColgroupsHelper(com.itextpdf.styledxmlparser.node.IElementNode tableElement)
Creates a new
WaitingColgroupsHelper instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ColgroupWrapper colgroup)
Adds a column group.
|
void |
applyColStyles()
Applies column styles.
|
ColWrapper |
getColWrapper(int index)
Gets a specific column.
|
public WaitingColgroupsHelper(com.itextpdf.styledxmlparser.node.IElementNode tableElement)
WaitingColgroupsHelper instance.tableElement - the table elementpublic void add(ColgroupWrapper colgroup)
colgroup - the column grouppublic void applyColStyles()
public ColWrapper getColWrapper(int index)
index - the index of the columnCopyright © 1998–2022 iText Group NV. All rights reserved.