public class ParagraphCell extends AbstractCell
| Modifier and Type | Class and Description |
|---|---|
static class |
ParagraphCell.Paragraph |
static class |
ParagraphCell.ParagraphCellBuilder<C extends ParagraphCell,B extends ParagraphCell.ParagraphCellBuilder<C,B>> |
AbstractCell.AbstractCellBuilder<C extends AbstractCell,B extends AbstractCell.AbstractCellBuilder<C,B>>| Modifier and Type | Field and Description |
|---|---|
protected float |
lineSpacing |
drawer, settings| Constructor and Description |
|---|
ParagraphCell() |
| Modifier and Type | Method and Description |
|---|---|
protected Drawer |
createDefaultDrawer() |
float |
getMinHeight() |
void |
setWidth(float width) |
SplitCellData |
splitCell(float height) |
assertIsRendered, calculateHeightForRowSpan, getBackgroundColor, getBorderColor, getBorderStyleBottom, getBorderStyleLeft, getBorderStyleRight, getBorderStyleTop, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getDrawer, getHeight, getHorizontalPadding, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getVerticalPadding, hasBackgroundColor, hasBorderBottom, hasBorderLeft, hasBorderRight, hasBorderTop, isHorizontallyAligned, isVerticallyAligned, isWordBreakpublic SplitCellData splitCell(float height)
splitCell in class AbstractCellpublic void setWidth(float width)
protected Drawer createDefaultDrawer()
createDefaultDrawer in class AbstractCellpublic float getMinHeight()
Copyright © 2021. All rights reserved.