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 element
public void add(ColgroupWrapper colgroup)
colgroup
- the column group
public void applyColStyles()
public ColWrapper getColWrapper(int index)
index
- the index of the column
Copyright © 1998–2019 iText Group NV. All rights reserved.