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>
  • Constructor Details

    • AbstractTextCellBuilder

      public AbstractTextCellBuilder()
  • Method Details

    • font

      public B font(org.apache.pdfbox.pdmodel.font.PDFont font)
    • font

      public B font(org.apache.pdfbox.pdmodel.font.Standard14Fonts.FontName fontName)
    • fontSize

      public B fontSize(Integer fontSize)
    • textColor

      public B textColor(Color textColor)