Interface STWmlColorSchemeIndex
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STWmlColorSchemeIndex extends XmlString
An XML ST_WmlColorSchemeIndex(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.wordprocessingml.x2006.main.STWmlColorSchemeIndex.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTWmlColorSchemeIndex.EnumEnumeration value class for org.openxmlformats.schemas.wordprocessingml.x2006.main.STWmlColorSchemeIndex.
-
Field Summary
Fields Modifier and Type Field Description static STWmlColorSchemeIndex.EnumACCENT_1static STWmlColorSchemeIndex.EnumACCENT_2static STWmlColorSchemeIndex.EnumACCENT_3static STWmlColorSchemeIndex.EnumACCENT_4static STWmlColorSchemeIndex.EnumACCENT_5static STWmlColorSchemeIndex.EnumACCENT_6static STWmlColorSchemeIndex.EnumDARK_1static STWmlColorSchemeIndex.EnumDARK_2static SimpleTypeFactory<STWmlColorSchemeIndex>Factorystatic STWmlColorSchemeIndex.EnumFOLLOWED_HYPERLINKstatic STWmlColorSchemeIndex.EnumHYPERLINKstatic intINT_ACCENT_1static intINT_ACCENT_2static intINT_ACCENT_3static intINT_ACCENT_4static intINT_ACCENT_5static intINT_ACCENT_6static intINT_DARK_1static intINT_DARK_2static intINT_FOLLOWED_HYPERLINKstatic intINT_HYPERLINKstatic intINT_LIGHT_1static intINT_LIGHT_2static STWmlColorSchemeIndex.EnumLIGHT_1static STWmlColorSchemeIndex.EnumLIGHT_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<STWmlColorSchemeIndex> Factory
-
type
static final SchemaType type
-
DARK_1
static final STWmlColorSchemeIndex.Enum DARK_1
-
LIGHT_1
static final STWmlColorSchemeIndex.Enum LIGHT_1
-
DARK_2
static final STWmlColorSchemeIndex.Enum DARK_2
-
LIGHT_2
static final STWmlColorSchemeIndex.Enum LIGHT_2
-
ACCENT_1
static final STWmlColorSchemeIndex.Enum ACCENT_1
-
ACCENT_2
static final STWmlColorSchemeIndex.Enum ACCENT_2
-
ACCENT_3
static final STWmlColorSchemeIndex.Enum ACCENT_3
-
ACCENT_4
static final STWmlColorSchemeIndex.Enum ACCENT_4
-
ACCENT_5
static final STWmlColorSchemeIndex.Enum ACCENT_5
-
ACCENT_6
static final STWmlColorSchemeIndex.Enum ACCENT_6
-
HYPERLINK
static final STWmlColorSchemeIndex.Enum HYPERLINK
-
FOLLOWED_HYPERLINK
static final STWmlColorSchemeIndex.Enum FOLLOWED_HYPERLINK
-
INT_DARK_1
static final int INT_DARK_1
- See Also:
- Constant Field Values
-
INT_LIGHT_1
static final int INT_LIGHT_1
- See Also:
- Constant Field Values
-
INT_DARK_2
static final int INT_DARK_2
- See Also:
- Constant Field Values
-
INT_LIGHT_2
static final int INT_LIGHT_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_HYPERLINK
static final int INT_HYPERLINK
- See Also:
- Constant Field Values
-
INT_FOLLOWED_HYPERLINK
static final int INT_FOLLOWED_HYPERLINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnumValue
StringEnumAbstractBase getEnumValue()
-
setEnumValue
void setEnumValue(StringEnumAbstractBase e)
-
-