Interface STColorSchemeIndex
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STColorSchemeIndex extends XmlString
An XML ST_ColorSchemeIndex(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTColorSchemeIndex.EnumEnumeration value class for org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.static classSTColorSchemeIndex.FactoryA factory class with static methods for creating instances of this type.
-
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.EnumDARK_1static STColorSchemeIndex.EnumDARK_2static STColorSchemeIndex.EnumFOLLOWED_HYPERLINKstatic STColorSchemeIndex.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 STColorSchemeIndex.EnumLIGHT_1static STColorSchemeIndex.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 StringEnumAbstractBaseenumValue()voidset(StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
DARK_1
static final STColorSchemeIndex.Enum DARK_1
-
LIGHT_1
static final STColorSchemeIndex.Enum LIGHT_1
-
DARK_2
static final STColorSchemeIndex.Enum DARK_2
-
LIGHT_2
static final STColorSchemeIndex.Enum LIGHT_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
-
HYPERLINK
static final STColorSchemeIndex.Enum HYPERLINK
-
FOLLOWED_HYPERLINK
static final STColorSchemeIndex.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
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-