public class FontBuilder extends Object
| Constructor and Description |
|---|
FontBuilder(Workbook workbook) |
| Modifier and Type | Method and Description |
|---|---|
FontBuilder |
bold() |
Font |
build() |
FontBuilder |
color(Color color) |
FontBuilder |
color(String hexcode) |
FontBuilder |
italic() |
FontBuilder |
name(String name) |
void |
reset() |
protected void |
setColor(Font font) |
FontBuilder |
size(short size) |
FontBuilder |
strikeout() |
FontBuilder |
underline() |
FontBuilder |
underlineDouble() |
public FontBuilder(Workbook workbook)
public FontBuilder color(String hexcode)
public FontBuilder color(Color color)
public FontBuilder size(short size)
public FontBuilder name(String name)
public FontBuilder italic()
public FontBuilder strikeout()
public FontBuilder bold()
public FontBuilder underline()
public FontBuilder underlineDouble()
protected void setColor(Font font)
public Font build()
public void reset()
Copyright © 2011–2017 aiticon GmbH. All rights reserved.