public enum TextStyleType extends java.lang.Enum<TextStyleType>
Enum Constant and Description |
---|
COLOR
Difference for Text Color
|
FONT
Difference for Text Fontfamily
|
ROTATION
Differences in text rotation
|
SIZE
Difference for Text Size
|
SPACING
Differences for spaces and line breaks that are not a semantical difference but rather improvements to the visual appearance
|
STYLES
Difference for Text Styles (Bold, italic, underline
|
Modifier and Type | Method and Description |
---|---|
static TextStyleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextStyleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextStyleType SIZE
public static final TextStyleType COLOR
public static final TextStyleType FONT
public static final TextStyleType STYLES
public static final TextStyleType ROTATION
public static final TextStyleType SPACING
public static TextStyleType[] values()
for (TextStyleType c : TextStyleType.values()) System.out.println(c);
public static TextStyleType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010-2022 by i-net software GmbH