Interface STSplitterBarState
-
- All Superinterfaces:
XmlAnySimpleType
,XmlNormalizedString
,XmlObject
,XmlString
,XmlToken
,XmlTokenSource
public interface STSplitterBarState extends XmlToken
An XML ST_SplitterBarState(@http://schemas.openxmlformats.org/presentationml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.presentationml.x2006.main.STSplitterBarState.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
STSplitterBarState.Enum
Enumeration value class for org.openxmlformats.schemas.presentationml.x2006.main.STSplitterBarState.
-
Field Summary
Fields Modifier and Type Field Description static SimpleTypeFactory<STSplitterBarState>
Factory
static int
INT_MAXIMIZED
static int
INT_MINIMIZED
static int
INT_RESTORED
static STSplitterBarState.Enum
MAXIMIZED
static STSplitterBarState.Enum
MINIMIZED
static STSplitterBarState.Enum
RESTORED
static SchemaType
type
-
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
getEnumValue()
void
setEnumValue(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<STSplitterBarState> Factory
-
type
static final SchemaType type
-
MINIMIZED
static final STSplitterBarState.Enum MINIMIZED
-
RESTORED
static final STSplitterBarState.Enum RESTORED
-
MAXIMIZED
static final STSplitterBarState.Enum MAXIMIZED
-
INT_MINIMIZED
static final int INT_MINIMIZED
- See Also:
- Constant Field Values
-
INT_RESTORED
static final int INT_RESTORED
- See Also:
- Constant Field Values
-
INT_MAXIMIZED
static final int INT_MAXIMIZED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnumValue
StringEnumAbstractBase getEnumValue()
-
setEnumValue
void setEnumValue(StringEnumAbstractBase e)
-
-