Class AbstractTextCell.AbstractTextCellBuilder<C extends AbstractTextCell,B extends AbstractTextCell.AbstractTextCellBuilder<C,B>>
- java.lang.Object
-
- org.vandeseer.easytable.structure.cell.AbstractCell.AbstractCellBuilder<C,B>
-
- org.vandeseer.easytable.structure.cell.AbstractTextCell.AbstractTextCellBuilder<C,B>
-
- Enclosing class:
- AbstractTextCell
public abstract static class AbstractTextCell.AbstractTextCellBuilder<C extends AbstractTextCell,B extends AbstractTextCell.AbstractTextCellBuilder<C,B>> extends AbstractCell.AbstractCellBuilder<C,B>
-
-
Field Summary
-
Fields inherited from class org.vandeseer.easytable.structure.cell.AbstractCell.AbstractCellBuilder
settings
-
-
Constructor Summary
Constructors Constructor Description AbstractTextCellBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bfont(org.apache.pdfbox.pdmodel.font.PDFont font)Bfont(org.apache.pdfbox.pdmodel.font.Standard14Fonts.FontName fontName)BfontSize(Integer fontSize)BtextColor(Color textColor)-
Methods inherited from class org.vandeseer.easytable.structure.cell.AbstractCell.AbstractCellBuilder
backgroundColor, borderColor, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderStyle, borderStyleBottom, borderStyleLeft, borderStyleRight, borderStyleTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, horizontalAlignment, padding, paddingBottom, paddingLeft, paddingRight, paddingTop, verticalAlignment, wordBreak
-
-