Interface STBlackWhiteMode
-
- All Superinterfaces:
XmlAnySimpleType,XmlNormalizedString,XmlObject,XmlString,XmlToken,XmlTokenSource
public interface STBlackWhiteMode extends XmlToken
An XML ST_BlackWhiteMode(@http://schemas.openxmlformats.org/drawingml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.drawingml.x2006.main.STBlackWhiteMode.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTBlackWhiteMode.EnumEnumeration value class for org.openxmlformats.schemas.drawingml.x2006.main.STBlackWhiteMode.static classSTBlackWhiteMode.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STBlackWhiteMode.EnumAUTOstatic STBlackWhiteMode.EnumBLACKstatic STBlackWhiteMode.EnumBLACK_GRAYstatic STBlackWhiteMode.EnumBLACK_WHITEstatic STBlackWhiteMode.EnumCLRstatic STBlackWhiteMode.EnumGRAYstatic STBlackWhiteMode.EnumGRAY_WHITEstatic STBlackWhiteMode.EnumHIDDENstatic intINT_AUTOstatic intINT_BLACKstatic intINT_BLACK_GRAYstatic intINT_BLACK_WHITEstatic intINT_CLRstatic intINT_GRAYstatic intINT_GRAY_WHITEstatic intINT_HIDDENstatic intINT_INV_GRAYstatic intINT_LT_GRAYstatic intINT_WHITEstatic STBlackWhiteMode.EnumINV_GRAYstatic STBlackWhiteMode.EnumLT_GRAYstatic SchemaTypetypestatic STBlackWhiteMode.EnumWHITE-
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
-
CLR
static final STBlackWhiteMode.Enum CLR
-
AUTO
static final STBlackWhiteMode.Enum AUTO
-
GRAY
static final STBlackWhiteMode.Enum GRAY
-
LT_GRAY
static final STBlackWhiteMode.Enum LT_GRAY
-
INV_GRAY
static final STBlackWhiteMode.Enum INV_GRAY
-
GRAY_WHITE
static final STBlackWhiteMode.Enum GRAY_WHITE
-
BLACK_GRAY
static final STBlackWhiteMode.Enum BLACK_GRAY
-
BLACK_WHITE
static final STBlackWhiteMode.Enum BLACK_WHITE
-
BLACK
static final STBlackWhiteMode.Enum BLACK
-
WHITE
static final STBlackWhiteMode.Enum WHITE
-
HIDDEN
static final STBlackWhiteMode.Enum HIDDEN
-
INT_CLR
static final int INT_CLR
- See Also:
- Constant Field Values
-
INT_AUTO
static final int INT_AUTO
- See Also:
- Constant Field Values
-
INT_GRAY
static final int INT_GRAY
- See Also:
- Constant Field Values
-
INT_LT_GRAY
static final int INT_LT_GRAY
- See Also:
- Constant Field Values
-
INT_INV_GRAY
static final int INT_INV_GRAY
- See Also:
- Constant Field Values
-
INT_GRAY_WHITE
static final int INT_GRAY_WHITE
- See Also:
- Constant Field Values
-
INT_BLACK_GRAY
static final int INT_BLACK_GRAY
- See Also:
- Constant Field Values
-
INT_BLACK_WHITE
static final int INT_BLACK_WHITE
- See Also:
- Constant Field Values
-
INT_BLACK
static final int INT_BLACK
- See Also:
- Constant Field Values
-
INT_WHITE
static final int INT_WHITE
- See Also:
- Constant Field Values
-
INT_HIDDEN
static final int INT_HIDDEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-