Package | Description |
---|---|
org.apache.metamodel.data |
API for data sets
|
Modifier and Type | Method and Description |
---|---|
StyleBuilder |
StyleBuilder.background(int r,
int g,
int b)
Sets the background (fill) color of the style
|
StyleBuilder |
StyleBuilder.background(short[] rgb)
Sets the background (fill) color of the style
|
StyleBuilder |
StyleBuilder.background(String rgbColorCode)
Sets the background (fill) color of the style
|
StyleBuilder |
StyleBuilder.background(Style.Color color)
Sets the background (fill) color of the style
|
StyleBuilder |
StyleBuilder.bold()
Sets the font weight to bold
|
StyleBuilder |
StyleBuilder.centerAligned()
Sets the text alignment to center
|
StyleBuilder |
StyleBuilder.fontSize(int fontSize,
Style.SizeUnit sizeUnit)
Sets the font size of the style
|
StyleBuilder |
StyleBuilder.foreground(int r,
int g,
int b)
Sets the foreground (text) color of the style
|
StyleBuilder |
StyleBuilder.foreground(short[] rgb)
Sets the foreground (text) color of the style
|
StyleBuilder |
StyleBuilder.foreground(String rgbColorCode)
Sets the foreground (text) color of the style
|
StyleBuilder |
StyleBuilder.foreground(Style.Color color)
Sets the foreground (text) color of the style
|
StyleBuilder |
StyleBuilder.italic()
Sets the font style to italic
|
StyleBuilder |
StyleBuilder.justifyAligned()
Sets the text alignment to justify
|
StyleBuilder |
StyleBuilder.leftAligned()
Sets the text alignment to left
|
StyleBuilder |
StyleBuilder.rightAligned()
Sets the text alignment to right
|
StyleBuilder |
StyleBuilder.underline()
Sets the text decoration to underlined
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.