[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ST_TargetScreenSize (Target Screen Size Types)
This simple type defines the collection of screen resolutions that are supported for this workbook.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
1024x768 (1024 x 768 Resolution) |
Sets the target screen resolution to 1024x768 pixels. |
1152x882 (1152 x 882 Resolution) |
Sets the target screen resolution to 1152x882 pixels. |
1152x900 (1152 x 900 Resolution) |
Sets the target screen resolution to 1152x900 pixels |
1280x1024 (1280 x 1024 Resolution) |
Sets the target screen resolution to 1280x1024 pixels. |
1600x1200 (1600 x 1200 Resolution) |
Sets the target screen resolution to 1600x1200 pixels. |
1800x1440 (1800 x 1440 Resolution) |
Sets the target screen resolution to 1800x1440 pixels. |
1920x1200 (1920 x 1200 Resolution) |
Sets the target screen resolution to 1920x1200 pixels. |
544x376 (544 x 376 Resolution) |
Sets the target screen resolution to 544x376 pixels. |
640x480 (640 x 480 Resolution) |
Sets the target screen resolution to 640x480 pixels. |
720x512 (720 x 512 Resolution) |
Sets the target screen resolution to 720x512 pixels. |
800x600 (800 x 600 Resolution) |
Sets the target screen resolution to 800x600 pixels. |
Referenced By |
webPublishing@targetScreenSize (§3.2.24) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TargetScreenSize">
<restriction base="xsd:string">
<enumeration value="544x376"/>
<enumeration value="640x480"/>
<enumeration value="720x512"/>
<enumeration value="800x600"/>
<enumeration value="1024x768"/>
<enumeration value="1152x882"/>
<enumeration value="1152x900"/>
<enumeration value="1280x1024"/>
<enumeration value="1600x1200"/>
<enumeration value="1800x1440"/>
<enumeration value="1920x1200"/>
</restriction>
</simpleType>