| Modifier and Type | Method and Description |
|---|---|
Row.RowBuilder |
add(AbstractCell cell) |
Row.RowBuilder |
backgroundColor(Color backgroundColor) |
Row.RowBuilder |
borderColor(Color borderColor) |
Row |
build() |
Row.RowBuilder |
font(org.apache.pdfbox.pdmodel.font.PDFont font) |
Row.RowBuilder |
fontSize(Integer fontSize) |
Row.RowBuilder |
horizontalAlignment(HorizontalAlignment alignment) |
Row.RowBuilder |
textColor(Color textColor) |
Row.RowBuilder |
verticalAlignment(VerticalAlignment alignment) |
Row.RowBuilder |
wordBreak(Boolean wordBreak) |
public Row.RowBuilder add(AbstractCell cell)
public Row.RowBuilder font(org.apache.pdfbox.pdmodel.font.PDFont font)
public Row.RowBuilder fontSize(Integer fontSize)
public Row.RowBuilder textColor(Color textColor)
public Row.RowBuilder backgroundColor(Color backgroundColor)
public Row.RowBuilder borderColor(Color borderColor)
public Row.RowBuilder horizontalAlignment(HorizontalAlignment alignment)
public Row.RowBuilder verticalAlignment(VerticalAlignment alignment)
public Row.RowBuilder wordBreak(Boolean wordBreak)
public Row build()
Copyright © 2020. All rights reserved.