CellStyle.Builder |
CellStyle.Builder.alignment(CellStyle.Alignment alignment) |
Sets horizontal alignment.
|
CellStyle.Builder |
CellStyle.Builder.backColor(Color color) |
Sets background color of a fill.
|
CellStyle.Builder |
CellStyle.Builder.borderBottom(CellStyle.BorderType borderType) |
Sets bottom border.
|
CellStyle.Builder |
CellStyle.Builder.borderBottomColor(Color color) |
Sets bottom border color.
|
CellStyle.Builder |
CellStyle.Builder.borderLeft(CellStyle.BorderType borderType) |
Sets left border.
|
CellStyle.Builder |
CellStyle.Builder.borderLeftColor(Color color) |
Sets left border color.
|
CellStyle.Builder |
CellStyle.Builder.borderRight(CellStyle.BorderType borderType) |
Sets right border.
|
CellStyle.Builder |
CellStyle.Builder.borderRightColor(Color color) |
Sets right border color.
|
CellStyle.Builder |
CellStyle.Builder.borderTop(CellStyle.BorderType borderType) |
Sets top border.
|
CellStyle.Builder |
CellStyle.Builder.borderTopColor(Color color) |
Sets top border color.
|
CellStyle.Builder |
CellStyle.Builder.dataFormat(String format) |
Sets the data format
|
CellStyle.Builder |
CellStyle.Builder.fillColor(Color color) |
Sets foreground color of a fill.
|
CellStyle.Builder |
CellStyle.Builder.fillPattern(CellStyle.FillPattern pattern) |
Sets the fill/background pattern.
|
CellStyle.Builder |
CellStyle.Builder.fontBoldweight(Font.Boldweight boldweight) |
Sets the font bold style.
|
CellStyle.Builder |
CellStyle.Builder.fontColor(Color color) |
Sets the font color.
|
CellStyle.Builder |
CellStyle.Builder.fontHeight(int height) |
Sets the font height
|
CellStyle.Builder |
CellStyle.Builder.fontHeightInPoint(int point) |
Sets the font height in point
|
CellStyle.Builder |
CellStyle.Builder.fontItalic(boolean italic) |
Sets if the font is italic.
|
CellStyle.Builder |
CellStyle.Builder.fontName(String name) |
Sets the font name.
|
CellStyle.Builder |
CellStyle.Builder.fontStrikeout(boolean strikeout) |
Sets if the font is strikeout.
|
CellStyle.Builder |
CellStyle.Builder.fontUnderline(Font.Underline underline) |
Sets the font underline style.
|
CellStyle.Builder |
CellStyle.Builder.hidden(boolean hidden) |
Sets if the cell formula should be hidden.
|
CellStyle.Builder |
CellStyle.Builder.locked(boolean locked) |
Sets if the cell should be locked.
|
CellStyle.Builder |
CellStyle.Builder.verticalAlignment(CellStyle.VerticalAlignment alignment) |
Sets vertical alignment.
|
CellStyle.Builder |
CellStyle.Builder.wrapText(boolean wraptext) |
Sets wrap text.
|