Interface STDocPartType
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STDocPartType extends XmlString
An XML ST_DocPartType(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTDocPartType.EnumEnumeration value class for org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartType.static classSTDocPartType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STDocPartType.EnumAUTO_EXPstatic STDocPartType.EnumBB_PLC_HDRstatic STDocPartType.EnumFORM_FLDstatic intINT_AUTO_EXPstatic intINT_BB_PLC_HDRstatic intINT_FORM_FLDstatic intINT_NONEstatic intINT_NORMALstatic intINT_SPELLERstatic intINT_TOOLBARstatic STDocPartType.EnumNONEstatic STDocPartType.EnumNORMALstatic STDocPartType.EnumSPELLERstatic STDocPartType.EnumTOOLBARstatic 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
-
NONE
static final STDocPartType.Enum NONE
-
NORMAL
static final STDocPartType.Enum NORMAL
-
AUTO_EXP
static final STDocPartType.Enum AUTO_EXP
-
TOOLBAR
static final STDocPartType.Enum TOOLBAR
-
SPELLER
static final STDocPartType.Enum SPELLER
-
FORM_FLD
static final STDocPartType.Enum FORM_FLD
-
BB_PLC_HDR
static final STDocPartType.Enum BB_PLC_HDR
-
INT_NONE
static final int INT_NONE
- See Also:
- Constant Field Values
-
INT_NORMAL
static final int INT_NORMAL
- See Also:
- Constant Field Values
-
INT_AUTO_EXP
static final int INT_AUTO_EXP
- See Also:
- Constant Field Values
-
INT_TOOLBAR
static final int INT_TOOLBAR
- See Also:
- Constant Field Values
-
INT_SPELLER
static final int INT_SPELLER
- See Also:
- Constant Field Values
-
INT_FORM_FLD
static final int INT_FORM_FLD
- See Also:
- Constant Field Values
-
INT_BB_PLC_HDR
static final int INT_BB_PLC_HDR
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-