Interface STBevelPresetType
-
- All Superinterfaces:
XmlAnySimpleType,XmlNormalizedString,XmlObject,XmlString,XmlToken,XmlTokenSource
public interface STBevelPresetType extends XmlToken
An XML ST_BevelPresetType(@http://schemas.openxmlformats.org/drawingml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.drawingml.x2006.main.STBevelPresetType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTBevelPresetType.EnumEnumeration value class for org.openxmlformats.schemas.drawingml.x2006.main.STBevelPresetType.
-
Field Summary
Fields Modifier and Type Field Description static STBevelPresetType.EnumANGLEstatic STBevelPresetType.EnumART_DECOstatic STBevelPresetType.EnumCIRCLEstatic STBevelPresetType.EnumCONVEXstatic STBevelPresetType.EnumCOOL_SLANTstatic STBevelPresetType.EnumCROSSstatic STBevelPresetType.EnumDIVOTstatic SimpleTypeFactory<STBevelPresetType>Factorystatic STBevelPresetType.EnumHARD_EDGEstatic intINT_ANGLEstatic intINT_ART_DECOstatic intINT_CIRCLEstatic intINT_CONVEXstatic intINT_COOL_SLANTstatic intINT_CROSSstatic intINT_DIVOTstatic intINT_HARD_EDGEstatic intINT_RELAXED_INSETstatic intINT_RIBLETstatic intINT_SLOPEstatic intINT_SOFT_ROUNDstatic STBevelPresetType.EnumRELAXED_INSETstatic STBevelPresetType.EnumRIBLETstatic STBevelPresetType.EnumSLOPEstatic STBevelPresetType.EnumSOFT_ROUNDstatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringEnumAbstractBasegetEnumValue()voidsetEnumValue(StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final SimpleTypeFactory<STBevelPresetType> Factory
-
type
static final SchemaType type
-
RELAXED_INSET
static final STBevelPresetType.Enum RELAXED_INSET
-
CIRCLE
static final STBevelPresetType.Enum CIRCLE
-
SLOPE
static final STBevelPresetType.Enum SLOPE
-
CROSS
static final STBevelPresetType.Enum CROSS
-
ANGLE
static final STBevelPresetType.Enum ANGLE
-
SOFT_ROUND
static final STBevelPresetType.Enum SOFT_ROUND
-
CONVEX
static final STBevelPresetType.Enum CONVEX
-
COOL_SLANT
static final STBevelPresetType.Enum COOL_SLANT
-
DIVOT
static final STBevelPresetType.Enum DIVOT
-
RIBLET
static final STBevelPresetType.Enum RIBLET
-
HARD_EDGE
static final STBevelPresetType.Enum HARD_EDGE
-
ART_DECO
static final STBevelPresetType.Enum ART_DECO
-
INT_RELAXED_INSET
static final int INT_RELAXED_INSET
- See Also:
- Constant Field Values
-
INT_CIRCLE
static final int INT_CIRCLE
- See Also:
- Constant Field Values
-
INT_SLOPE
static final int INT_SLOPE
- See Also:
- Constant Field Values
-
INT_CROSS
static final int INT_CROSS
- See Also:
- Constant Field Values
-
INT_ANGLE
static final int INT_ANGLE
- See Also:
- Constant Field Values
-
INT_SOFT_ROUND
static final int INT_SOFT_ROUND
- See Also:
- Constant Field Values
-
INT_CONVEX
static final int INT_CONVEX
- See Also:
- Constant Field Values
-
INT_COOL_SLANT
static final int INT_COOL_SLANT
- See Also:
- Constant Field Values
-
INT_DIVOT
static final int INT_DIVOT
- See Also:
- Constant Field Values
-
INT_RIBLET
static final int INT_RIBLET
- See Also:
- Constant Field Values
-
INT_HARD_EDGE
static final int INT_HARD_EDGE
- See Also:
- Constant Field Values
-
INT_ART_DECO
static final int INT_ART_DECO
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnumValue
StringEnumAbstractBase getEnumValue()
-
setEnumValue
void setEnumValue(StringEnumAbstractBase e)
-
-