Package | Description |
---|---|
org.apache.paimon.options.description |
Modifier and Type | Method and Description |
---|---|
static TextElement.TextStyle |
TextElement.TextStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextElement.TextStyle[] |
TextElement.TextStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<TextElement.TextStyle> |
TextElement.getStyles() |
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlFormatter.formatText(StringBuilder state,
String format,
String[] elements,
EnumSet<TextElement.TextStyle> styles) |
protected abstract void |
Formatter.formatText(StringBuilder state,
String format,
String[] elements,
EnumSet<TextElement.TextStyle> styles) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.