Package | Description |
---|---|
org.apache.metamodel.data |
API for data sets
|
Modifier and Type | Method and Description |
---|---|
Style.TextAlignment |
StyleImpl.getAlignment() |
Style.TextAlignment |
Style.getAlignment()
Gets the text alignment, or null if text alignment is unspecified.
|
static Style.TextAlignment |
Style.TextAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Style.TextAlignment[] |
Style.TextAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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–2019 The Apache Software Foundation. All rights reserved.