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 class
STTargetScreenSz.Enum
Enumeration value class for org.openxmlformats.schemas.wordprocessingml.x2006.main.STTargetScreenSz.
-
Field Summary
Fields Modifier and Type Field Description static SimpleTypeFactory<STTargetScreenSz>
Factory
static int
INT_X_1024_X_768
static int
INT_X_1152_X_882
static int
INT_X_1152_X_900
static int
INT_X_1280_X_1024
static int
INT_X_1600_X_1200
static int
INT_X_1800_X_1440
static int
INT_X_1920_X_1200
static int
INT_X_544_X_376
static int
INT_X_640_X_480
static int
INT_X_720_X_512
static int
INT_X_800_X_600
static SchemaType
type
static STTargetScreenSz.Enum
X_1024_X_768
static STTargetScreenSz.Enum
X_1152_X_882
static STTargetScreenSz.Enum
X_1152_X_900
static STTargetScreenSz.Enum
X_1280_X_1024
static STTargetScreenSz.Enum
X_1600_X_1200
static STTargetScreenSz.Enum
X_1800_X_1440
static STTargetScreenSz.Enum
X_1920_X_1200
static STTargetScreenSz.Enum
X_544_X_376
static STTargetScreenSz.Enum
X_640_X_480
static STTargetScreenSz.Enum
X_720_X_512
static STTargetScreenSz.Enum
X_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 StringEnumAbstractBase
getEnumValue()
void
setEnumValue(StringEnumAbstractBase e)
-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValue
-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final SimpleTypeFactory<STTargetScreenSz> Factory
-
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
-
getEnumValue
StringEnumAbstractBase getEnumValue()
-
setEnumValue
void setEnumValue(StringEnumAbstractBase e)
-
-