public class VerticalTextCellDrawer extends AbstractCellDrawer<VerticalTextCell>
cell| Constructor and Description |
|---|
VerticalTextCellDrawer(VerticalTextCell cell) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
calculateInnerHeight() |
void |
drawContent(DrawingContext drawingContext)
Does not yet support the settings of alignments.
|
protected void |
drawText(String text,
org.apache.pdfbox.pdmodel.font.PDFont font,
int fontSize,
Color color,
float x,
float y,
org.apache.pdfbox.pdmodel.PDPageContentStream contentStream) |
calculateOuterHeight, drawBackground, drawBorders, getAdaptionForVerticalAlignment, getRowSpanAdaption, rowHeightIsBiggerThanOrEqualToCellHeight, withCellpublic VerticalTextCellDrawer(VerticalTextCell cell)
public void drawContent(DrawingContext drawingContext)
drawContent in interface DrawerdrawContent in class AbstractCellDrawer<VerticalTextCell>drawingContext - protected float calculateInnerHeight()
calculateInnerHeight in class AbstractCellDrawer<VerticalTextCell>protected void drawText(String text, org.apache.pdfbox.pdmodel.font.PDFont font, int fontSize, Color color, float x, float y, org.apache.pdfbox.pdmodel.PDPageContentStream contentStream) throws IOException
IOExceptionCopyright © 2021. All rights reserved.