Interface STWebSourceType
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STWebSourceType extends XmlString
An XML ST_WebSourceType(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.STWebSourceType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTWebSourceType.EnumEnumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STWebSourceType.static classSTWebSourceType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STWebSourceType.EnumAUTO_FILTERstatic STWebSourceType.EnumCHARTstatic intINT_AUTO_FILTERstatic intINT_CHARTstatic intINT_LABELstatic intINT_PIVOT_TABLEstatic intINT_PRINT_AREAstatic intINT_QUERYstatic intINT_RANGEstatic intINT_SHEETstatic STWebSourceType.EnumLABELstatic STWebSourceType.EnumPIVOT_TABLEstatic STWebSourceType.EnumPRINT_AREAstatic STWebSourceType.EnumQUERYstatic STWebSourceType.EnumRANGEstatic STWebSourceType.EnumSHEETstatic 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
-
SHEET
static final STWebSourceType.Enum SHEET
-
PRINT_AREA
static final STWebSourceType.Enum PRINT_AREA
-
AUTO_FILTER
static final STWebSourceType.Enum AUTO_FILTER
-
RANGE
static final STWebSourceType.Enum RANGE
-
CHART
static final STWebSourceType.Enum CHART
-
PIVOT_TABLE
static final STWebSourceType.Enum PIVOT_TABLE
-
QUERY
static final STWebSourceType.Enum QUERY
-
LABEL
static final STWebSourceType.Enum LABEL
-
INT_SHEET
static final int INT_SHEET
- See Also:
- Constant Field Values
-
INT_PRINT_AREA
static final int INT_PRINT_AREA
- See Also:
- Constant Field Values
-
INT_AUTO_FILTER
static final int INT_AUTO_FILTER
- See Also:
- Constant Field Values
-
INT_RANGE
static final int INT_RANGE
- See Also:
- Constant Field Values
-
INT_CHART
static final int INT_CHART
- See Also:
- Constant Field Values
-
INT_PIVOT_TABLE
static final int INT_PIVOT_TABLE
- See Also:
- Constant Field Values
-
INT_QUERY
static final int INT_QUERY
- See Also:
- Constant Field Values
-
INT_LABEL
static final int INT_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-