Uses of Class
org.vandeseer.easytable.structure.Row.RowBuilder
-
Packages that use Row.RowBuilder Package Description org.vandeseer.easytable.structure -
-
Uses of Row.RowBuilder in org.vandeseer.easytable.structure
Methods in org.vandeseer.easytable.structure that return Row.RowBuilder Modifier and Type Method Description Row.RowBuilderRow.RowBuilder. add(AbstractCell cell)Row.RowBuilderRow.RowBuilder. backgroundColor(Color backgroundColor)Row.RowBuilderRow.RowBuilder. borderColor(Color borderColor)Row.RowBuilderRow.RowBuilder. borderStyle(BorderStyleInterface borderStyle)Row.RowBuilderRow.RowBuilder. borderWidth(float borderWidth)Row.RowBuilderRow.RowBuilder. font(org.apache.pdfbox.pdmodel.font.PDFont font)Row.RowBuilderRow.RowBuilder. font(org.apache.pdfbox.pdmodel.font.Standard14Fonts.FontName fontName)Row.RowBuilderRow.RowBuilder. fontSize(Integer fontSize)Row.RowBuilderRow.RowBuilder. horizontalAlignment(HorizontalAlignment alignment)Row.RowBuilderRow.RowBuilder. padding(float padding)Row.RowBuilderRow.RowBuilder. textColor(Color textColor)Row.RowBuilderRow.RowBuilder. verticalAlignment(VerticalAlignment alignment)Row.RowBuilderRow.RowBuilder. wordBreak(Boolean wordBreak)
-