public class ColumnsBlock extends Block
Block.PdfElementalign, CONDITION_REGEXP, spacingAfter| Constructor and Description |
|---|
ColumnsBlock() |
| Modifier and Type | Method and Description |
|---|---|
MapBlock |
getMap(java.lang.String name) |
boolean |
isAbsolute() |
void |
render(PJsonObject params,
Block.PdfElement target,
RenderingContext context)
Called when the block is rendered.
|
void |
setAbsoluteX(double absoluteX) |
void |
setAbsoluteY(double absoluteY) |
void |
setConfig(TableConfig config) |
void |
setItems(java.util.List<Block> items) |
void |
setNbColumns(int nbColumns) |
void |
setWidth(float width) |
void |
setWidths(int[] widths) |
void |
validate()
Called just after the config has been loaded to check it is valid.
|
getAlign, getBackgroundColorVal, getMaxValueIfZero, getMaxValueIfZero, getVertAlign, isVisible, setAlign, setBackgroundColor, setCondition, setSpacingAfter, setVertAlign, testConditionpublic void render(PJsonObject params, Block.PdfElement target, RenderingContext context) throws com.itextpdf.text.DocumentException
Blockpublic void setItems(java.util.List<Block> items)
public void setWidths(int[] widths)
public void setAbsoluteX(double absoluteX)
public void setAbsoluteY(double absoluteY)
public void setWidth(float width)
public void setNbColumns(int nbColumns)
public boolean isAbsolute()
isAbsolute in class Blockpublic void setConfig(TableConfig config)