Interface STTargetScreenSize
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STTargetScreenSize extends XmlString
An XML ST_TargetScreenSize(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.STTargetScreenSize.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTTargetScreenSize.EnumEnumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STTargetScreenSize.static classSTTargetScreenSize.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_1440static 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 STTargetScreenSize.EnumX_1024_X_768static STTargetScreenSize.EnumX_1152_X_882static STTargetScreenSize.EnumX_1152_X_900static STTargetScreenSize.EnumX_1280_X_1024static STTargetScreenSize.EnumX_1600_X_1200static STTargetScreenSize.EnumX_1800_X_1440static STTargetScreenSize.EnumX_1920_X_1200static STTargetScreenSize.EnumX_544_X_376static STTargetScreenSize.EnumX_640_X_480static STTargetScreenSize.EnumX_720_X_512static STTargetScreenSize.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 STTargetScreenSize.Enum X_544_X_376
-
X_640_X_480
static final STTargetScreenSize.Enum X_640_X_480
-
X_720_X_512
static final STTargetScreenSize.Enum X_720_X_512
-
X_800_X_600
static final STTargetScreenSize.Enum X_800_X_600
-
X_1024_X_768
static final STTargetScreenSize.Enum X_1024_X_768
-
X_1152_X_882
static final STTargetScreenSize.Enum X_1152_X_882
-
X_1152_X_900
static final STTargetScreenSize.Enum X_1152_X_900
-
X_1280_X_1024
static final STTargetScreenSize.Enum X_1280_X_1024
-
X_1600_X_1200
static final STTargetScreenSize.Enum X_1600_X_1200
-
X_1800_X_1440
static final STTargetScreenSize.Enum X_1800_X_1440
-
X_1920_X_1200
static final STTargetScreenSize.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_1440
static final int INT_X_1800_X_1440
- 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)
-
-