Class Column.ColumnBuilder
java.lang.Object
org.vandeseer.easytable.structure.Column.ColumnBuilder
- Enclosing class:
- Column
-
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(Color backgroundColor) borderColorLeft(Color borderColor) borderColorRight(Color borderColor) borderStyleLeft(BorderStyleInterface borderStyle) borderStyleRight(BorderStyleInterface borderStyle) borderWidth(float borderWidth) borderWidthLeft(float borderWidth) borderWidthRight(float borderWidth) build()font(org.apache.pdfbox.pdmodel.font.PDFont font) font(org.apache.pdfbox.pdmodel.font.Standard14Fonts.FontName fontName) horizontalAlignment(HorizontalAlignment alignment) padding(float padding) verticalAlignment(VerticalAlignment alignment) width(float width)
-
Method Details
-
width
-
font
-
font
-
fontSize
-
textColor
-
backgroundColor
-
padding
-
borderWidth
-
borderWidthLeft
-
borderWidthRight
-
borderStyleLeft
-
borderStyleRight
-
borderColorLeft
-
borderColorRight
-
horizontalAlignment
-
verticalAlignment
-
wordBreak
-
build
-