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