| Modifier and Type | Method and Description |
|---|---|
Row.RowBuilder |
add(AbstractCell cell) |
Row.RowBuilder |
backgroundColor(Color backgroundColor) |
Row.RowBuilder |
borderColor(Color borderColor) |
Row.RowBuilder |
borderStyle(BorderStyleInterface borderStyle) |
Row.RowBuilder |
borderWidth(float borderWidth) |
Row |
build() |
Row.RowBuilder |
font(org.apache.pdfbox.pdmodel.font.PDFont font) |
Row.RowBuilder |
fontSize(Integer fontSize) |
Row.RowBuilder |
horizontalAlignment(HorizontalAlignment alignment) |
Row.RowBuilder |
padding(float padding) |
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 padding(float padding)
public Row.RowBuilder borderWidth(float borderWidth)
public Row.RowBuilder borderStyle(BorderStyleInterface borderStyle)
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 © 2021. All rights reserved.