<ST_TargetScreenSz> (Target Screen Sizes for Generated Web Pages)

This simple type specifies possible ideal minimum target screen sizes (width by height, specified in pixels) for which web pages generated may be optimized when saving this document as a web page.

example:
<w:webSettings>
  <w:targetScreenSz w:val="1600x1200" />
</w:webSettings>

The <targetScreenSz> element's @val attribute has a value of 1600x1200, which specifies that a target screen size of 1600 by 1200 pixels shall be assumed when saving this document as a web page. ]

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> (Optimize for 1024x768)

Specifies that web pages produced from this document should be optimized for a screen size of 1024x768.

<1152x882> (Optimize for 1152x882)

Specifies that web pages produced from this document should be optimized for a screen size of 1152x882.

<1152x900> (Optimize for 1152x900)

Specifies that web pages produced from this document should be optimized for a screen size of 1152x900.

<1280x1024> (Optimize for 1280x1024)

Specifies that web pages produced from this document should be optimized for a screen size of 1280x1024.

<1600x1200> (Optimize for 1600x1200)

Specifies that web pages produced from this document should be optimized for a screen size of 1600x1200.

<1800x1440> (Optimize for 1800x1440)

Specifies that web pages produced from this document should be optimized for a screen size of 1800x1440.

<1920x1200> (Optimize for 1920x1200)

Specifies that web pages produced from this document should be optimized for a screen size of 1920x1200.

<544x376> (Optimize for 544x376)

Specifies that web pages produced from this document should be optimized for a screen size of 544x376.

<640x480> (Optimize for 640x480)

Specifies that web pages produced from this document should be optimized for a screen size of 640x480.

<720x512> (Optimize for 720x512)

Specifies that web pages produced from this document should be optimized for a screen size of 720x512.

<800x600> (Optimize for 800x600)

Specifies that web pages produced from this document should be optimized for a screen size of 800x600.

Referenced By

<targetScreenSz@val>2.15.2.41)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TargetScreenSz">
	<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>