Package | Description |
---|---|
org.apache.metamodel.data |
API for data sets
|
Modifier and Type | Method and Description |
---|---|
Style.SizeUnit |
StyleImpl.getFontSizeUnit() |
Style.SizeUnit |
Style.getFontSizeUnit()
Gets the unit of the font size.
|
static Style.SizeUnit |
Style.SizeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Style.SizeUnit[] |
Style.SizeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StyleBuilder |
StyleBuilder.fontSize(int fontSize,
Style.SizeUnit sizeUnit)
Sets the font size of the style
|
Constructor and Description |
---|
StyleImpl(boolean bold,
boolean italic,
boolean underline,
Integer fontSize,
Style.SizeUnit fontSizeUnit,
Style.TextAlignment alignment,
Style.Color backgroundColor,
Style.Color foregroundColor) |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.