Interface STWebScreenSize
-
- All Superinterfaces:
XmlAnySimpleType,XmlNormalizedString,XmlObject,XmlString,XmlToken,XmlTokenSource
public interface STWebScreenSize extends XmlToken
An XML ST_WebScreenSize(@http://schemas.openxmlformats.org/presentationml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTWebScreenSize.EnumEnumeration value class for org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize.static classSTWebScreenSize.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static intINT_X_1024_X_768static intINT_X_1152_X_882static intINT_X_1152_X_900static intINT_X_1280_X_1024static intINT_X_1600_X_1200static intINT_X_1800_X_1400static intINT_X_1920_X_1200static intINT_X_544_X_376static intINT_X_640_X_480static intINT_X_720_X_512static intINT_X_800_X_600static SchemaTypetypestatic STWebScreenSize.EnumX_1024_X_768static STWebScreenSize.EnumX_1152_X_882static STWebScreenSize.EnumX_1152_X_900static STWebScreenSize.EnumX_1280_X_1024static STWebScreenSize.EnumX_1600_X_1200static STWebScreenSize.EnumX_1800_X_1400static STWebScreenSize.EnumX_1920_X_1200static STWebScreenSize.EnumX_544_X_376static STWebScreenSize.EnumX_640_X_480static STWebScreenSize.EnumX_720_X_512static STWebScreenSize.EnumX_800_X_600-
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
-
X_544_X_376
static final STWebScreenSize.Enum X_544_X_376
-
X_640_X_480
static final STWebScreenSize.Enum X_640_X_480
-
X_720_X_512
static final STWebScreenSize.Enum X_720_X_512
-
X_800_X_600
static final STWebScreenSize.Enum X_800_X_600
-
X_1024_X_768
static final STWebScreenSize.Enum X_1024_X_768
-
X_1152_X_882
static final STWebScreenSize.Enum X_1152_X_882
-
X_1152_X_900
static final STWebScreenSize.Enum X_1152_X_900
-
X_1280_X_1024
static final STWebScreenSize.Enum X_1280_X_1024
-
X_1600_X_1200
static final STWebScreenSize.Enum X_1600_X_1200
-
X_1800_X_1400
static final STWebScreenSize.Enum X_1800_X_1400
-
X_1920_X_1200
static final STWebScreenSize.Enum X_1920_X_1200
-
INT_X_544_X_376
static final int INT_X_544_X_376
- See Also:
- Constant Field Values
-
INT_X_640_X_480
static final int INT_X_640_X_480
- See Also:
- Constant Field Values
-
INT_X_720_X_512
static final int INT_X_720_X_512
- See Also:
- Constant Field Values
-
INT_X_800_X_600
static final int INT_X_800_X_600
- See Also:
- Constant Field Values
-
INT_X_1024_X_768
static final int INT_X_1024_X_768
- See Also:
- Constant Field Values
-
INT_X_1152_X_882
static final int INT_X_1152_X_882
- See Also:
- Constant Field Values
-
INT_X_1152_X_900
static final int INT_X_1152_X_900
- See Also:
- Constant Field Values
-
INT_X_1280_X_1024
static final int INT_X_1280_X_1024
- See Also:
- Constant Field Values
-
INT_X_1600_X_1200
static final int INT_X_1600_X_1200
- See Also:
- Constant Field Values
-
INT_X_1800_X_1400
static final int INT_X_1800_X_1400
- See Also:
- Constant Field Values
-
INT_X_1920_X_1200
static final int INT_X_1920_X_1200
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-