public static enum SoTextProperty.StyleColorType extends java.lang.Enum<SoTextProperty.StyleColorType> implements IntegerValuedEnum
styleColors field.| Enum Constant and Description |
|---|
BACK_FRAME_COLOR
BACK_FRAME_COLOR.
|
BACK_FRAME_LINE_COLOR
BACK_FRAME_LINE_COLOR.
|
DOUBLE_STRIKETHROUGH_COLOR
DOUBLE_STRIKETHROUGH_COLOR.
|
NUM_EFFECTS_COLORS
NUM_EFFECTS_COLORS.
|
OVERLINE_COLOR
OVERLINE_COLOR.
|
STRIKETHROUGH_COLOR
STRIKETHROUGH_COLOR.
|
UNDERLINE_COLOR
UNDERLINE_COLOR.
|
| Modifier and Type | Method and Description |
|---|---|
static SoTextProperty.StyleColorType |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoTextProperty.StyleColorType |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTextProperty.StyleColorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTextProperty.StyleColorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoTextProperty.StyleColorType UNDERLINE_COLOR
public static final SoTextProperty.StyleColorType STRIKETHROUGH_COLOR
public static final SoTextProperty.StyleColorType DOUBLE_STRIKETHROUGH_COLOR
public static final SoTextProperty.StyleColorType BACK_FRAME_COLOR
public static final SoTextProperty.StyleColorType BACK_FRAME_LINE_COLOR
public static final SoTextProperty.StyleColorType OVERLINE_COLOR
public static final SoTextProperty.StyleColorType NUM_EFFECTS_COLORS
public static SoTextProperty.StyleColorType[] values()
for (SoTextProperty.StyleColorType c : SoTextProperty.StyleColorType.values()) System.out.println(c);
public static SoTextProperty.StyleColorType 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 null@Deprecated public static SoTextProperty.StyleColorType fromValue(int val)
valueOf(int) instead.public static SoTextProperty.StyleColorType valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com