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 class
STBlackWhiteMode.Enum
Enumeration value class for org.openxmlformats.schemas.drawingml.x2006.main.STBlackWhiteMode.static class
STBlackWhiteMode.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STBlackWhiteMode.Enum
AUTO
static STBlackWhiteMode.Enum
BLACK
static STBlackWhiteMode.Enum
BLACK_GRAY
static STBlackWhiteMode.Enum
BLACK_WHITE
static STBlackWhiteMode.Enum
CLR
static STBlackWhiteMode.Enum
GRAY
static STBlackWhiteMode.Enum
GRAY_WHITE
static STBlackWhiteMode.Enum
HIDDEN
static int
INT_AUTO
static int
INT_BLACK
static int
INT_BLACK_GRAY
static int
INT_BLACK_WHITE
static int
INT_CLR
static int
INT_GRAY
static int
INT_GRAY_WHITE
static int
INT_HIDDEN
static int
INT_INV_GRAY
static int
INT_LT_GRAY
static int
INT_WHITE
static STBlackWhiteMode.Enum
INV_GRAY
static STBlackWhiteMode.Enum
LT_GRAY
static SchemaType
type
static STBlackWhiteMode.Enum
WHITE
-
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 StringEnumAbstractBase
enumValue()
void
set(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)
-
-