Interface STColorSchemeIndex
-
- All Superinterfaces:
XmlAnySimpleType,XmlNormalizedString,XmlObject,XmlString,XmlToken,XmlTokenSource
public interface STColorSchemeIndex extends XmlToken
An XML ST_ColorSchemeIndex(@http://schemas.openxmlformats.org/drawingml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.drawingml.x2006.main.STColorSchemeIndex.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTColorSchemeIndex.EnumEnumeration value class for org.openxmlformats.schemas.drawingml.x2006.main.STColorSchemeIndex.
-
Field Summary
Fields Modifier and Type Field Description static STColorSchemeIndex.EnumACCENT_1static STColorSchemeIndex.EnumACCENT_2static STColorSchemeIndex.EnumACCENT_3static STColorSchemeIndex.EnumACCENT_4static STColorSchemeIndex.EnumACCENT_5static STColorSchemeIndex.EnumACCENT_6static STColorSchemeIndex.EnumDK_1static STColorSchemeIndex.EnumDK_2static SimpleTypeFactory<STColorSchemeIndex>Factorystatic STColorSchemeIndex.EnumFOL_HLINKstatic STColorSchemeIndex.EnumHLINKstatic intINT_ACCENT_1static intINT_ACCENT_2static intINT_ACCENT_3static intINT_ACCENT_4static intINT_ACCENT_5static intINT_ACCENT_6static intINT_DK_1static intINT_DK_2static intINT_FOL_HLINKstatic intINT_HLINKstatic intINT_LT_1static intINT_LT_2static STColorSchemeIndex.EnumLT_1static STColorSchemeIndex.EnumLT_2static 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<STColorSchemeIndex> Factory
-
type
static final SchemaType type
-
DK_1
static final STColorSchemeIndex.Enum DK_1
-
LT_1
static final STColorSchemeIndex.Enum LT_1
-
DK_2
static final STColorSchemeIndex.Enum DK_2
-
LT_2
static final STColorSchemeIndex.Enum LT_2
-
ACCENT_1
static final STColorSchemeIndex.Enum ACCENT_1
-
ACCENT_2
static final STColorSchemeIndex.Enum ACCENT_2
-
ACCENT_3
static final STColorSchemeIndex.Enum ACCENT_3
-
ACCENT_4
static final STColorSchemeIndex.Enum ACCENT_4
-
ACCENT_5
static final STColorSchemeIndex.Enum ACCENT_5
-
ACCENT_6
static final STColorSchemeIndex.Enum ACCENT_6
-
HLINK
static final STColorSchemeIndex.Enum HLINK
-
FOL_HLINK
static final STColorSchemeIndex.Enum FOL_HLINK
-
INT_DK_1
static final int INT_DK_1
- See Also:
- Constant Field Values
-
INT_LT_1
static final int INT_LT_1
- See Also:
- Constant Field Values
-
INT_DK_2
static final int INT_DK_2
- See Also:
- Constant Field Values
-
INT_LT_2
static final int INT_LT_2
- See Also:
- Constant Field Values
-
INT_ACCENT_1
static final int INT_ACCENT_1
- See Also:
- Constant Field Values
-
INT_ACCENT_2
static final int INT_ACCENT_2
- See Also:
- Constant Field Values
-
INT_ACCENT_3
static final int INT_ACCENT_3
- See Also:
- Constant Field Values
-
INT_ACCENT_4
static final int INT_ACCENT_4
- See Also:
- Constant Field Values
-
INT_ACCENT_5
static final int INT_ACCENT_5
- See Also:
- Constant Field Values
-
INT_ACCENT_6
static final int INT_ACCENT_6
- See Also:
- Constant Field Values
-
INT_HLINK
static final int INT_HLINK
- See Also:
- Constant Field Values
-
INT_FOL_HLINK
static final int INT_FOL_HLINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnumValue
StringEnumAbstractBase getEnumValue()
-
setEnumValue
void setEnumValue(StringEnumAbstractBase e)
-
-