public enum STBevelPresetType extends Enum<STBevelPresetType>
Java class for ST_BevelPresetType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_BevelPresetType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="relaxedInset"/> <enumeration value="circle"/> <enumeration value="slope"/> <enumeration value="cross"/> <enumeration value="angle"/> <enumeration value="softRound"/> <enumeration value="convex"/> <enumeration value="coolSlant"/> <enumeration value="divot"/> <enumeration value="riblet"/> <enumeration value="hardEdge"/> <enumeration value="artDeco"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ANGLE |
ART_DECO |
CIRCLE |
CONVEX |
COOL_SLANT |
CROSS |
DIVOT |
HARD_EDGE |
RELAXED_INSET |
RIBLET |
SLOPE |
SOFT_ROUND |
Modifier and Type | Method and Description |
---|---|
static STBevelPresetType |
fromValue(String v) |
String |
value() |
static STBevelPresetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STBevelPresetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STBevelPresetType RELAXED_INSET
public static final STBevelPresetType CIRCLE
public static final STBevelPresetType SLOPE
public static final STBevelPresetType CROSS
public static final STBevelPresetType ANGLE
public static final STBevelPresetType SOFT_ROUND
public static final STBevelPresetType CONVEX
public static final STBevelPresetType COOL_SLANT
public static final STBevelPresetType DIVOT
public static final STBevelPresetType RIBLET
public static final STBevelPresetType HARD_EDGE
public static final STBevelPresetType ART_DECO
public static STBevelPresetType[] values()
for (STBevelPresetType c : STBevelPresetType.values()) System.out.println(c);
public static STBevelPresetType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static STBevelPresetType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.